Home
last modified time | relevance | path

Searched refs:set_thread_priority (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/realtime/func/async_handler/
Dasync_handler_jk.c104 set_thread_priority(thread->pthread, thread->priority); in async_event_server()
119 set_thread_priority(server->pthread, thread->priority); in user_thread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreading.h198 SetThreadPriorityResult set_thread_priority(ThreadPriority Priority);
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h258 int set_thread_priority(pthread_t pthread, int prio);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc110 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc232 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs963 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function