Searched refs:set_thread_priority (Results 1 – 7 of 7) sorted by relevance
104 set_thread_priority(thread->pthread, thread->priority); in async_event_server()119 set_thread_priority(server->pthread, thread->priority); in user_thread()
198 SetThreadPriorityResult set_thread_priority(ThreadPriority Priority);
258 int set_thread_priority(pthread_t pthread, int prio);
110 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() function
232 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
963 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function