HomeSort by relevance Sort by last modified time
    Searched refs:SetThreadPriority (Results 1 - 25 of 27) 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 224 static void SetThreadPriority(PlatformThreadId thread_id,
platform_thread_linux.cc 155 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/fio/os/
os-windows.h 268 /* SetThreadPriority returns nonzero for success */
269 return (SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_IDLE))? 0 : -1;
  /external/v8/src/base/platform/
time.cc 717 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
730 ::SetThreadPriority(::GetCurrentThread(), previous_priority);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
processthreadsapi.h 161 WINBASEAPI WINBOOL WINAPI SetThreadPriority (HANDLE hThread, int nPriority);
  /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 512 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 512 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 494 ::SetThreadPriority(watcher_thread,
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 471 ::SetThreadPriority(watcher_thread,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 471 ::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...]

Completed in 831 milliseconds

1 2