Searched refs:set_thread_priority (Results 1 – 12 of 12) 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()
41 llvm::set_thread_priority(Task->ThreadPri); in work()44 llvm::set_thread_priority(llvm::ThreadPriority::Default); in work()
198 SetThreadPriorityResult set_thread_priority(ThreadPriority Priority);
278 SetThreadPriorityResult set_thread_priority(ThreadPriority Priority);
259 int set_thread_priority(pthread_t pthread, int prio);
110 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
342 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() function
112 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
232 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
244 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
740 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function
8923 llvm::set_thread_priority(llvm::ThreadPriority::Background); in setThreadBackgroundPriority()