aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-17 21:02:07 +0100
committerJosh Blum <josh@joshknows.com>2011-06-17 21:02:07 +0100
commitaca0769eb13708f1e797f55dc4aea5ebfd753ab0 (patch)
tree84b01de502faef8488e4ef0d4a94268a712264b8
parent63a586c90118e5307efbacb24817b7c9fad18928 (diff)
downloaduhd-aca0769eb13708f1e797f55dc4aea5ebfd753ab0.tar.gz
uhd-aca0769eb13708f1e797f55dc4aea5ebfd753ab0.tar.bz2
uhd-aca0769eb13708f1e797f55dc4aea5ebfd753ab0.zip
uhd: on e100, this benchmark control thread should also have prio so it can spawn both
-rw-r--r--host/examples/benchmark_rate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/benchmark_rate.cpp b/host/examples/benchmark_rate.cpp
index 688cd797a..db9932740 100644
--- a/host/examples/benchmark_rate.cpp
+++ b/host/examples/benchmark_rate.cpp
@@ -157,6 +157,7 @@ void benchmark_tx_rate_async_helper(uhd::usrp::multi_usrp::sptr usrp){
* Main code + dispatcher
**********************************************************************/
int UHD_SAFE_MAIN(int argc, char *argv[]){
+ uhd::set_thread_priority_safe();
//variables to be set by po
std::string args;