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

1 2

  /external/chromium_org/third_party/smhasher/src/
Platform.cpp 19 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_win.cc 87 SetThreadPriority(thread_, THREAD_PRIORITY_BELOW_NORMAL);
90 SetThreadPriority(thread_, THREAD_PRIORITY_NORMAL);
93 SetThreadPriority(thread_, THREAD_PRIORITY_ABOVE_NORMAL);
96 SetThreadPriority(thread_, THREAD_PRIORITY_HIGHEST);
99 SetThreadPriority(thread_, THREAD_PRIORITY_TIME_CRITICAL);
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 93 SetThreadPriority(_thread, THREAD_PRIORITY_BELOW_NORMAL);
96 SetThreadPriority(_thread, THREAD_PRIORITY_NORMAL);
99 SetThreadPriority(_thread, THREAD_PRIORITY_ABOVE_NORMAL);
102 SetThreadPriority(_thread, THREAD_PRIORITY_HIGHEST);
105 SetThreadPriority(_thread, THREAD_PRIORITY_TIME_CRITICAL);
  /external/chromium_org/base/threading/
platform_thread_android.cc 58 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
102 PlatformThread::SetThreadPriority(PlatformThread::CurrentHandle(),
platform_thread_win.cc 199 SetThreadPriority(*thread_handle, priority);
236 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
240 ::SetThreadPriority(handle.handle_, THREAD_PRIORITY_NORMAL);
243 ::SetThreadPriority(handle.handle_, THREAD_PRIORITY_TIME_CRITICAL);
simple_thread.h 109 void SetThreadPriority(ThreadPriority priority) {
110 PlatformThread::SetThreadPriority(thread_, priority);
platform_thread_freebsd.cc 63 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
platform_thread_linux.cc 74 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
platform_thread.h 113 // Valid values for SetThreadPriority()
174 // followed by SetThreadPriority(). SetThreadPriority() has not been
191 static void SetThreadPriority(PlatformThreadHandle handle,
thread.cc 168 PlatformThread::SetThreadPriority(thread_, priority);
platform_thread_posix.cc 66 PlatformThread::SetThreadPriority(PlatformThread::CurrentHandle(),
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_setschedparam.c 107 if (0 == SetThreadPriority (tp->threadH, prio))
  /external/lzma/CPP/Windows/
Thread.h 32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); }
  /external/deqp/framework/delibs/dethread/win32/
deThreadWin32.c 89 SetThreadPriority(thread, mapPriority(attributes->priority));
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 129 SetThreadPriority(timersThread, THREAD_PRIORITY_HIGHEST);
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 197 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_NORMAL);
199 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_HIGHEST);
201 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_ABOVE_NORMAL);
203 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_IDLE);
cpumonitor_unittest.cc 129 bool SetThreadPriority(BusyThread* t, int prio) {
147 if (!SetThreadPriority(threads[i], priority) ||
  /external/chromium_org/third_party/webrtc/base/
thread.cc 180 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_NORMAL);
182 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_HIGHEST);
184 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_ABOVE_NORMAL);
186 ret = ::SetThreadPriority(thread_, THREAD_PRIORITY_IDLE);
cpumonitor_unittest.cc 112 bool SetThreadPriority(BusyThread* t, int prio) {
130 if (!SetThreadPriority(threads[i], priority) ||
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 246 base::PlatformThread::SetThreadPriority(
250 base::PlatformThread::SetThreadPriority(
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 149 base::PlatformThread::SetThreadPriority(
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
invasive.cc 92 if (::SetThreadPriority(thread, REALTIME_PRIORITY_CLASS)) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_thread.h 58 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 58 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 58 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);

Completed in 1238 milliseconds

1 2