|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
Functions | |
| auto | realtime () -> thread_profile |
| auto | low_latency () -> thread_profile |
| auto | throughput () -> thread_profile |
| auto | background () -> thread_profile |
|
inline |
Definition at line 48 of file thread_profile.hpp.
References threadschedule::schedule::background().
|
inline |
Definition at line 36 of file thread_profile.hpp.
References threadschedule::schedule::low_latency().
|
inline |
Definition at line 30 of file thread_profile.hpp.
References threadschedule::schedule::realtime_fifo().
|
inline |
Definition at line 42 of file thread_profile.hpp.
References threadschedule::schedule::normal().