Functionsยง
- get_
priority - Returns the current dynamic thread priority
- init_
fifo_ priority - Sets current thread scheduling policy to SCHED_FIFO with a given priority.
- update_
priority - Updates internal base thread priority from
sched_getparam
syscall. Must be called if thread priority is changed manually.