Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: remove thread priority elevation | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+0 |
| | | | | | | | | Remove UHD call to elevate thread priority to realtime from utils, and add warning in documentation of set_thread_priority function. Setting all threads to the same realtime priority can cause the threads to not share access to the network interface fairly, which adversely affects operation of the worker threads in UHD. | ||||
* | kitchen_sink: fix building using c++11 | Michael Dickens | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | kitchen_sink: remove uhd::msg cruft removed from UHD in 21aad77c | Michael Dickens | 2019-09-03 | 1 | -118/+0 |
| | | | | Closes: #3479 | ||||
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -1/+0 |
| | |||||
* | ks: wait one second with GPSDO for time to latch, checker thread for ref_locked | Balint Seeber | 2015-07-27 | 1 | -0/+35 |
| | |||||
* | ks: different colours for OULSD status letters, timestamp 'Stopping' message | Balint Seeber | 2014-11-26 | 1 | -2/+8 |
| | |||||
* | tools: Backported kitchen_sink from master | Martin Braun | 2014-11-26 | 1 | -30/+183 |
| | |||||
* | ks: added RX and TX subdev spec arg options | Balint Seeber | 2014-10-13 | 1 | -1/+16 |
| | |||||
* | tools: Added Balints kitchen sink debug util | Martin Braun | 2014-10-09 | 1 | -0/+1811 |