HomeSort by relevance Sort by last modified time
    Searched refs:SetThreadPriority (Results 1 - 25 of 26) sorted by null

1 2

  /external/lzma/CPP/Windows/
Thread.h 32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); }
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 61 SetThreadPriority,
SecMain.c 226 SetThreadPriority (GetCurrentThread (), THREAD_PRIORITY_HIGHEST);
    [all...]
  /external/libchrome/base/threading/
platform_thread.h 230 static void SetThreadPriority(PlatformThreadId thread_id,
platform_thread_linux.cc 153 void PlatformThread::SetThreadPriority(PlatformThreadId thread_id,
  /external/deqp/framework/delibs/dethread/win32/
deThreadWin32.c 90 SetThreadPriority(thread, mapPriority(attributes->priority));
  /external/webrtc/webrtc/base/
platform_thread.cc 200 return SetThreadPriority(thread_, priority) != FALSE;
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 232 gWinNt->SetThreadPriority (
  /external/v8/src/base/platform/
time.cc 848 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
861 ::SetThreadPriority(::GetCurrentThread(), previous_priority);
  /external/libaom/libaom/aom_util/
aom_thread.h 88 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 90 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);
  /external/webp/src/utils/
thread_utils.c 94 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 330 SetThreadPriority(handle, THREAD_PRIORITY_HIGHEST);
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1123 WinNtSetThreadPriority SetThreadPriority;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1138 WinNtSetThreadPriority SetThreadPriority;
  /external/googletest/googletest/src/
gtest-port.cc 651 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest-port.cc 512 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 568 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-port.cc 512 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest-port.cc 512 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 256 SetThreadPriority(_hGetCaptureVolumeThread, THREAD_PRIORITY_NORMAL);
267 SetThreadPriority(_hSetCaptureVolumeThread, THREAD_PRIORITY_NORMAL);
    [all...]
audio_device_core_win.cc     [all...]
  /external/syzkaller/executor/
syscalls.h     [all...]

Completed in 2135 milliseconds

1 2