aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/thread_priority.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: C API wrapperNicholas Corgan2015-08-061-1/+1
| | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion
* Fixed master-specific warningsNicholas Corgan2015-03-271-1/+1
| | | | | * MinGW: unused parameter warning, MSVC-specific pragma * MSVC: bool narrowing
* 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