Searched defs:set_thread_priority (Results 1 – 3 of 3) sorted by relevance
39 pub fn set_thread_priority(thread_priority: i32) -> Result<()> { in set_thread_priority() function
345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() function
963 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function