Searched refs:SetThreadPriority (Results 1 – 19 of 19) sorted by relevance
/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 | 224 static void SetThreadPriority(PlatformThreadId thread_id,
|
D | platform_thread_linux.cc | 155 void PlatformThread::SetThreadPriority(PlatformThreadId thread_id, in SetThreadPriority() function in base::PlatformThread
|
/external/deqp/framework/delibs/dethread/win32/ |
D | deThreadWin32.c | 90 SetThreadPriority(thread, mapPriority(attributes->priority)); in deThread_create()
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 200 return SetThreadPriority(thread_, priority) != FALSE; in SetPriority()
|
/external/fio/os/ |
D | os-windows.h | 269 return (SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_IDLE))? 0 : -1; in fio_set_sched_idle()
|
/external/v8/src/base/platform/ |
D | time.cc | 717 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST); in TSCTicksPerSecond() 730 ::SetThreadPriority(::GetCurrentThread(), previous_priority); in TSCTicksPerSecond()
|
/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/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 330 SetThreadPriority(handle, THREAD_PRIORITY_HIGHEST); in Receive()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 471 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/v8/testing/gtest/src/ |
D | gtest-port.cc | 494 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 512 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 512 ::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/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.cc | 256 SetThreadPriority(_hGetCaptureVolumeThread, THREAD_PRIORITY_NORMAL); in Init() 267 SetThreadPriority(_hSetCaptureVolumeThread, THREAD_PRIORITY_NORMAL); in Init()
|
D | audio_device_core_win.cc | 2767 SetThreadPriority(_hRecThread, THREAD_PRIORITY_TIME_CRITICAL); in StartRecording() 3001 SetThreadPriority(_hPlayThread, THREAD_PRIORITY_TIME_CRITICAL); in StartPlayout()
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 733 PUBLIC c108 8 SetThreadPriority
|