aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/tasks.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-191-3/+4
* host: Update code base using clang-tidyMartin Braun2021-03-041-2/+2
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-58/+58
* utils: tasks: Use uhd::set_thread_name()Martin Braun2019-11-261-3/+1
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-261-7/+8
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-4/+9
* uhd: tasks now use std::threads under the hood, and can't be interruptedMartin Braun2017-06-281-22/+16
* Merge branch 'maint'Martin Braun2017-05-031-2/+2
|\
| * uhd: cast thread_group.create_thread() return value to void to avoid memory leakAndrej Rode2017-04-251-2/+2
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-9/+9
|/
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-1/+1
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-1/+5
* b200/dtor-stall: fixed bug that stalled b200 on shutdown.Johannes Demel2013-11-191-0/+99
* uhd: make spawn barrier a member of a task (see notes)Josh Blum2011-07-261-6/+8
* uhd: exit task on the catch-all exceptions, and dont print anythingJosh Blum2011-07-251-2/+7
* uhd: added tasks to simplify thread spawning use casesJosh Blum2011-07-131-0/+75