Home
last modified time | relevance | path

Searched refs:SetThreadPriority (Results 226 – 250 of 1475) sorted by relevance

12345678910>>...59

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/windows/
H A DVideoSyncD3D.cpp50 if (!SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL)) in Setup()
/dports/devel/sdl12/SDL-1.2.15/src/timer/wince/
H A DSDL_systimer.c129 SetThreadPriority(timersThread, THREAD_PRIORITY_HIGHEST); in SDL_SYS_TimerInit()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessThread.Windows.cs89 if (!Interop.Kernel32.SetThreadPriority(threadHandle, (int)value))
/dports/emulators/hercules/hercules-3.13/
H A Dhscutl2.c203 if (!SetThreadPriority (thread, priority)) in setpriority_thread()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Didle.c84 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_IDLE); in idle_init()
/dports/graphics/panomatic/panomatic-0.9.4/zthread/src/win32/
H A DThreadOps.cxx125 result = (::SetThreadPriority(impl->_hThread, n) != THREAD_PRIORITY_ERROR_RETURN); in setPriority()
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/tests/
H A Dinherit1.c153 SetThreadPriority(threadH, PTW32TEST_THREAD_INIT_PRIO); in main()
H A Dpriority2.c149 SetThreadPriority(pthread_getw32threadhandle_np(pthread_self()), in main()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/tests/
H A Dpriority2.c149 SetThreadPriority(pthread_getw32threadhandle_np(pthread_self()), in main()
H A Dinherit1.c153 SetThreadPriority(threadH, PTW32TEST_THREAD_INIT_PRIO); in main()
/dports/devel/eastl/EASTL-3.13.06/test/packages/EATest/source/
H A DEATest.cpp520 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL); in SetHighThreadPriority()
522 EA::Thread::SetThreadPriority(EA::Thread::kThreadPriorityDefault + 1); in SetHighThreadPriority()
533 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_NORMAL); in SetNormalThreadPriority()
535 EA::Thread::SetThreadPriority(EA::Thread::kThreadPriorityDefault); in SetNormalThreadPriority()
551 EA::Thread::SetThreadPriority(EA::Thread::kThreadPriorityDefault - 1); in SetLowProcessPriority()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/
H A Dthread.cpp54 SetThreadPriority(handle, windows_priority); in SetCurrentThreadPriority()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Drealtime_impl.cc91 if (SetThreadPriority(GetCurrentThread(), priorities[pri_index]) == 0) in enable_realtime_scheduling()
/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/mhook-lib/
H A Dmhook.cpp543 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL); in ResumeOtherThreads()
554 SetThreadPriority(GetCurrentThread(), nOriginalPriority); in ResumeOtherThreads()
567 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL); in SuspendOtherThreads()
631 SetThreadPriority(GetCurrentThread(), nOriginalPriority); in SuspendOtherThreads()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/common/freeverb/
H A Dirmodel3w.cpp104 if(validThread == true) ret = SetThreadPriority(lFragmentThreadHandle, priority); in FV3_()
124 SetThreadPriority(lFragmentThreadHandle, threadPriority); in FV3_()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D5wosinte.ads393 function SetThreadPriority subprogspec
396 pragma Import (Stdcall, SetThreadPriority, "SetThreadPriority");
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D5wosinte.ads393 function SetThreadPriority subprogspec
396 pragma Import (Stdcall, SetThreadPriority, "SetThreadPriority");
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/time/
H A Dtime_win.cc563 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST); in TSCTicksPerSecond()
576 ::SetThreadPriority(::GetCurrentThread(), previous_priority); in TSCTicksPerSecond()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimp-parallel.cc221 SetThreadPriority (GetCurrentThread (), THREAD_PRIORITY_ABOVE_NORMAL); in gimp_parallel_run_async_independent_full()
225 SetThreadPriority (GetCurrentThread (), THREAD_MODE_BACKGROUND_BEGIN); in gimp_parallel_run_async_independent_full()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/windows/win32/
H A Dtest_utils_win32.cpp134 if (::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) == FALSE) in StabilizeCPUForBenchmarking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/windows/win32/
H A Dtest_utils_win32.cpp134 if (::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) == FALSE) in StabilizeCPUForBenchmarking()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/
H A Dthread.cpp126 if (SetThreadPriority(GetCurrentThread(), priorities[pri_index]) == 0) in set_thread_priority()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/threading/
H A Dplatform_thread.h234 static void SetThreadPriority(PlatformThreadId thread_id,
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread.h234 static void SetThreadPriority(PlatformThreadId thread_id,
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A DThread.h62 void setThreadPriority(Priority p) throw() { ::SetThreadPriority(threadHandle, p); } in setThreadPriority()

12345678910>>...59