aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/thread_priority.cpp
Commit message (Collapse)AuthorAgeFilesLines
* windows: do not set process wide priority from thread prioJosh Blum2012-02-081-0/+4
|
* uhd: fixes that make uhd compile on freebsdJosh Blum2011-12-301-2/+2
| | | | | Fixes gcc version check in byteswap. Fixes typo in thread prio.
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-3/+3
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* uhd: attempt to cleanup language in thread prio warningJosh Blum2011-04-091-5/+4
|
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-7/+7
|
* uhd: replace header checks in cmake files with more robust compile checks ↵Josh Blum2011-02-211-4/+6
| | | | | | for features implemented different ifdefs in the cpp files
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-261-1/+1
| | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable
* uhd: better warning message for failing to set rt priorityJosh Blum2010-10-081-1/+8
|
* uhd: moved utils cpp files into lib/utils directoryJosh Blum2010-08-041-0/+98