Modules§
Structs§
Enums§
Functions§
- set_
current_ thread_ nice_ level - Helper for set_thread_nice_level, uses the current thread’s tid.
- set_
current_ thread_ priority - Helper for [make_thread_realtime], uses the current thread’s tid.
- set_
process_ thread_ nice_ level - Elevates the nice level of a specified processes thread as close as possible to the requested nice level.
- set_
process_ thread_ priority - Elevates the realtime priority of a specified processes thread as close as possible to the requested priority.
- set_
thread_ nice_ level - Elevates the nice level of a thread as close as possible to the requested nice level.
- set_
thread_ priority - Elevates the realtime priority of a thread as close as possible to the requested priority.