Home
last modified time | relevance | path

Searched refs:SetThreadPriority (Results 126 – 150 of 1475) sorted by relevance

12345678910>>...59

/dports/sysutils/squashfs-tools/CPP/Windows/
H A DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Windows/
H A DThread.h39 { return BOOLToBool(::SetThreadPriority(_handle, priority)); } in SetPriority()
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A Dpthread_setschedparam.c108 if (0 == SetThreadPriority (tp->threadH, prio)) in ptw32_setthreadpriority()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/
H A Dpthread_setschedparam.c107 if (0 == SetThreadPriority (tp->threadH, prio)) in ptw32_setthreadpriority()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_resource_thread_win.cpp26 if (0 == ::SetThreadPriority(thread_id, priority)) { in thread_run()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Drender_message_filter.mojom18 SetThreadPriority(int32 platform_thread_id,
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/rar/
H A Dsystem.cpp56 SetThreadPriority(GetCurrentThread(),PriorityLevel); in SetPriority()
/dports/archivers/libunrar/unrar/
H A Dsystem.cpp57 SetThreadPriority(GetCurrentThread(),PriorityLevel); in SetPriority()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/wince/
H A DWinCE_ThreadTimer.cpp55 SetThreadPriority(threadHandle,THREAD_PRIORITY_ABOVE_NORMAL); // this is optional in SetTimer()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A DwinAudio.c82 SetThreadPriority(hThread, THREAD_PRIORITY_LOWEST); in audioDeviceInit()
/dports/games/xpilot/xpilot-4.5.5/src/client/NT/
H A DwinAudio.c85 SetThreadPriority(hThread, THREAD_PRIORITY_LOWEST); in audioDeviceInit()
/dports/games/openmw/openmw-openmw-0.47.0/components/misc/
H A Dthread.cpp37 if (SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_LOWEST)) in setCurrentThreadIdlePriority()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/util/
H A Dpthreadx_win32.c83 SetThreadPriority(hThread, THREAD_PRIORITY_NORMAL); in pthread_create()
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DThread.h38 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dsystem.cpp57 SetThreadPriority(GetCurrentThread(),PriorityLevel); in SetPriority()
/dports/devel/ga/ga-5.8/armci/src-gemini/
H A Dspawn.c31 (void)SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_HIGHEST); in armci_wrap_func()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/system_wrappers/source/
H A Dthread_win.cc89 return thread_ && SetThreadPriority(thread_, priority); in SetPriority()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/source/
H A Dthread_win.cc89 return thread_ && SetThreadPriority(thread_, priority); in SetPriority()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/downloads/
H A DnsDownloadScanner.cpp281 if (!SetThreadPriority(currentThread, THREAD_MODE_BACKGROUND_BEGIN)) in ScannerThreadFunction()
282 (void)SetThreadPriority(currentThread, THREAD_PRIORITY_IDLE); in ScannerThreadFunction()
284 (void)SetThreadPriority(currentThread, THREAD_MODE_BACKGROUND_END); in ScannerThreadFunction()
/dports/sysutils/burp/burp-2.4.0/src/client/
H A Dbackup.c18 if(SetThreadPriority(GetCurrentThread(), priority)) in set_priority()
/dports/sysutils/burp-devel/burp-2.5.4/src/client/
H A Dbackup.c18 if(SetThreadPriority(GetCurrentThread(), priority)) in set_priority()
/dports/devel/ga/ga-5.8/armci/src-portals/
H A Dspawn.c39 (void)SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_HIGHEST); in armci_wrap_func()

12345678910>>...59