Searched defs:set_thread_priority (Results 1 – 12 of 12) sorted by relevance
42 pub fn set_thread_priority(thread_priority: i32) -> Result<()> { in set_thread_priority() function
34 void set_thread_priority(bool highPriority) { in set_thread_priority() function
34 status_t set_thread_priority(pid_t tid, int priority) { in set_thread_priority() function
345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() function
1081 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function
1082 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function
2923 inline void CronetEngineCreated::set_thread_priority(::int32_t value) { in set_thread_priority() function