/external/lzma/CPP/Windows/ |
D | Thread.h | 32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority()
|
/external/libchrome/base/threading/ |
D | platform_thread.h | 230 static void SetThreadPriority(PlatformThreadId thread_id,
|
D | platform_thread_linux.cc | 153 void PlatformThread::SetThreadPriority(PlatformThreadId thread_id, in SetThreadPriority() function in base::PlatformThread
|
/external/angle/util/windows/win32/ |
D | test_utils_win32.cpp | 134 if (::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) == FALSE) in StabilizeCPUForBenchmarking()
|
/external/webrtc/rtc_base/ |
D | platform_thread.cc | 137 return SetThreadPriority(thread_, priority) != FALSE; in SetPriority()
|
/external/deqp/framework/delibs/dethread/win32/ |
D | deThreadWin32.c | 90 SetThreadPriority(thread, mapPriority(attributes->priority)); in deThread_create()
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.h | 74 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL); in pthread_create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 118 return SetThreadPriority(GetCurrentThread(),
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 90 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL); in pthread_create()
|
/external/webp/src/utils/ |
D | thread_utils.c | 94 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL); in pthread_create()
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Threading.inc | 120 return SetThreadPriority(GetCurrentThread(),
|
/external/llvm-project/openmp/runtime/src/ |
D | z_Windows_NT_util.cpp | 1027 status = SetThreadPriority(monitor, THREAD_PRIORITY_HIGHEST); in __kmp_launch_monitor() 1068 status = SetThreadPriority(monitor, THREAD_PRIORITY_NORMAL); in __kmp_launch_monitor()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 512 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 568 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-port.cc | 651 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 623 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 651 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 660 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 2324 SetThreadPriority(pi.hThread, THREAD_PRIORITY_IDLE); in remove_exe() 2325 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL); in remove_exe()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 2353 SetThreadPriority(pi.hThread, THREAD_PRIORITY_IDLE); in remove_exe() 2354 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL); in remove_exe()
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 2355 SetThreadPriority(_hRecThread, THREAD_PRIORITY_TIME_CRITICAL); in StartRecording() 2493 SetThreadPriority(_hPlayThread, THREAD_PRIORITY_TIME_CRITICAL); in StartPlayout()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 9061 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 733 PUBLIC c108 8 SetThreadPriority
|