Crate rtkit_client_rs

Crate rtkit_client_rs 

Source

Modules§

low_level_zbus_api 🔒
types 🔒

Structs§

NiceLevel
Priority

Enums§

Error

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.