Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp41 llvm::set_thread_priority(Task->ThreadPri); in work()
44 llvm::set_thread_priority(llvm::ThreadPriority::Default); in work()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreading.h198 SetThreadPriorityResult set_thread_priority(ThreadPriority Priority);
/external/llvm-project/llvm/include/llvm/Support/
DThreading.h278 SetThreadPriorityResult set_thread_priority(ThreadPriority Priority);
/external/ltp/testcases/realtime/include/
Dlibrttest.h259 int set_thread_priority(pthread_t pthread, int prio);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc110 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
/external/ltp/testcases/realtime/lib/
Dlibrttest.c342 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() function
/external/llvm-project/llvm/lib/Support/Windows/
DThreading.inc112 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc232 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
/external/llvm-project/llvm/lib/Support/Unix/
DThreading.inc244 SetThreadPriorityResult llvm::set_thread_priority(ThreadPriority Priority) {
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs740 pub fn set_thread_priority(thread: thread_id, newPriority: i32) -> status_t; in set_thread_priority() function
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8923 llvm::set_thread_priority(llvm::ThreadPriority::Background); in setThreadBackgroundPriority()