Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thread: Fix formatting in thread utilities | Martin Braun | 2020-02-10 | 1 | -132/+144 |
| | | | | | - Apply clang-format - Remove unnecessary boost::format | ||||
* | thread: Remove log messages for set_thread_name() when not supported | Martin Braun | 2020-01-29 | 1 | -10/+14 |
| | | | | | | | | | | | On systems like Windows, set_thread_name() is not supported, and would previously log an error message telling the user that it can't set the thread name. However, that prevents set_thread_name() to be called before the logger is being set up, and the logger would like to use this function. Since it is obvious to the user if threads can be named or not, the log message is considered redundant and is removed. | ||||
* | uhd: Add thread affinity utility functions | Aaron Rossetto | 2019-11-26 | 1 | -11/+74 |
| | |||||
* | utils: Added set_thread_name for std::thread | Ashish Chaudhari | 2019-11-26 | 1 | -0/+12 |
| | |||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -0/+122 |