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

12

  /external/chromium_org/cc/resources/
raster_worker_pool.cc 45 worker->SetThreadPriority(base::kThreadPriority_Background);
  /external/chromium_org/third_party/libwebp/utils/
thread.c 65 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);
  /external/fio/os/
os-windows.h 260 /* SetThreadPriority returns nonzero for success */
261 return (SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_IDLE))? 0 : -1;
  /external/qemu/distrib/sdl-1.2.15/src/audio/windib/
SDL_dibaudio.c 150 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
  /external/webp/src/utils/
thread.c 65 SetThreadPriority(*thread, THREAD_PRIORITY_ABOVE_NORMAL);
  /external/netperf/
netcpu_looper.c 245 SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_IDLE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 151 if (SetThreadPriority (GetCurrentThread (), sys_priority))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 151 if (SetThreadPriority (GetCurrentThread (), sys_priority))
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc 327 render_thread_->SetThreadPriority(base::kThreadPriority_RealtimeAudio);
audio_low_latency_input_win.cc 334 capture_thread_->SetThreadPriority(base::kThreadPriority_RealtimeAudio);
  /external/chromium_org/media/filters/
video_renderer_impl.cc 212 ::SetThreadPriority(thread_.platform_handle(), THREAD_PRIORITY_ABOVE_NORMAL);
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 329 SetThreadPriority(handle, THREAD_PRIORITY_HIGHEST);
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c 245 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
  /external/chromium_org/content/browser/
browser_main_loop.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 289 SetThreadPriority(_hGetCaptureVolumeThread, THREAD_PRIORITY_NORMAL);
304 SetThreadPriority(_hSetCaptureVolumeThread, THREAD_PRIORITY_NORMAL);
    [all...]
audio_device_core_win.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 1042 milliseconds

12