API Version: 0.8
Library Version: 0.8.33
Generated by gi-docgen 2024.2
since: 0.4.0
gboolean arv_make_thread_realtime ( int priority )
No description available.
Available since: 0.4.0
priority
Type: int
int
Realtime priority.
Type: gboolean
gboolean
TRUE on success.
TRUE
Try to make current thread realtime. It first try to use sched_setscheduler, and if it fails, use rtkit.