Searched refs:SetPriorityClass (Results 1 – 17 of 17) sorted by relevance
/external/cronet/stable/base/threading/ |
D | platform_thread_win_unittest.cc | 45 ::SetPriorityClass(Process::Current().Handle(), IDLE_PRIORITY_CLASS); in TEST() 77 ::SetPriorityClass(Process::Current().Handle(), NORMAL_PRIORITY_CLASS); in TEST()
|
D | platform_thread_unittest.cc | 354 ::SetPriorityClass(Process::Current().Handle(), IDLE_PRIORITY_CLASS); in TEST() 356 ::SetPriorityClass(Process::Current().Handle(), NORMAL_PRIORITY_CLASS); in TEST()
|
/external/cronet/tot/base/threading/ |
D | platform_thread_win_unittest.cc | 45 ::SetPriorityClass(Process::Current().Handle(), IDLE_PRIORITY_CLASS); in TEST() 77 ::SetPriorityClass(Process::Current().Handle(), NORMAL_PRIORITY_CLASS); in TEST()
|
D | platform_thread_unittest.cc | 354 ::SetPriorityClass(Process::Current().Handle(), IDLE_PRIORITY_CLASS); in TEST() 356 ::SetPriorityClass(Process::Current().Handle(), NORMAL_PRIORITY_CLASS); in TEST()
|
/external/angle/util/windows/win32/ |
D | test_utils_win32.cpp | 121 ::SetPriorityClass(::GetCurrentProcess(), BELOW_NORMAL_PRIORITY_CLASS); in SetLowPriorityProcess() 130 if (::SetPriorityClass(::GetCurrentProcess(), REALTIME_PRIORITY_CLASS) == FALSE) in StabilizeCPUForBenchmarking()
|
/external/lzma/CPP/Windows/ |
D | ProcessUtils.h | 63 …bool SetPriorityClass(DWORD dwPriorityClass) { return BOOLToBool(::SetPriorityClass(_handle, dwPri… in SetPriorityClass() function
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Platform.cpp | 43 SetPriorityClass(GetCurrentProcess(), BELOW_NORMAL_PRIORITY_CLASS); in Platform()
|
/external/zstd/programs/ |
D | util.h | 48 # define SET_REALTIME_PRIORITY SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS)
|
/external/cronet/stable/base/process/ |
D | process_win.cc | 313 return (::SetPriorityClass(Handle(), priority_class) != 0); in SetPriority()
|
D | launch_win.cc | 475 SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS); in RaiseProcessToHighPriority()
|
/external/cronet/tot/base/process/ |
D | process_win.cc | 313 return (::SetPriorityClass(Handle(), priority_class) != 0); in SetPriority()
|
D | launch_win.cc | 475 SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS); in RaiseProcessToHighPriority()
|
/external/lz4/programs/ |
D | util.h | 104 # define SET_REALTIME_PRIORITY SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS)
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 1154 SetPriorityClass(GetCurrentProcess(), _background ? IDLE_PRIORITY_CLASS : NORMAL_PRIORITY_CLASS); in OnPriorityButton()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Threading/ |
D | mod.rs | 441 …l" "system" #[doc = "Required features: `\"Win32_Foundation\"`"] fn SetPriorityClass(hprocess : su…
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Threading/ |
D | mod.rs | 441 …l" "system" #[doc = "Required features: `\"Win32_Foundation\"`"] fn SetPriorityClass(hprocess : su…
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 655 PUBLIC 2c338 8 SetPriorityClass
|