Home
last modified time | relevance | path

Searched refs:BELOW_NORMAL_PRIORITY_CLASS (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/dports/graphics/comical/comical-0.8/unrar/
H A Dsystem.cpp15 #if defined(_WIN_32) && !defined(BELOW_NORMAL_PRIORITY_CLASS)
16 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
42 PriorityClass=BELOW_NORMAL_PRIORITY_CLASS; in SetPriority()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/rar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/archivers/libunrar/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/multimedia/mplayer/mplayer-export-2021-12-29/osdep/
H A Dpriority.c50 #ifdef BELOW_NORMAL_PRIORITY_CLASS in set_priority()
51 { "belownormal", BELOW_NORMAL_PRIORITY_CLASS}, in set_priority()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/osdep/
H A Dpriority.c50 #ifdef BELOW_NORMAL_PRIORITY_CLASS in set_priority()
51 { "belownormal", BELOW_NORMAL_PRIORITY_CLASS}, in set_priority()
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/archivers/unrar-iconv/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/archivers/unrar/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/archivers/libunrar6/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dsystem.hpp5 #ifndef BELOW_NORMAL_PRIORITY_CLASS
6 #define BELOW_NORMAL_PRIORITY_CLASS 0x00004000 macro
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dprocess_win.cc31 return priority == BELOW_NORMAL_PRIORITY_CLASS; in IsProcessBackgrounded()
36 DWORD priority = value ? BELOW_NORMAL_PRIORITY_CLASS : NORMAL_PRIORITY_CLASS; in SetProcessBackgrounded()
/dports/devel/folly/folly-2021.12.27.00/folly/portability/
H A DSysResource.cpp61 case BELOW_NORMAL_PRIORITY_CLASS: in getpriority()
90 return BELOW_NORMAL_PRIORITY_CLASS; in setpriority()
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A DREADME.NONPORTABLE205 1 BELOW_NORMAL_PRIORITY_CLASS THREAD_PRIORITY_IDLE
212 4 BELOW_NORMAL_PRIORITY_CLASS THREAD_PRIORITY_LOWEST
214 5 BELOW_NORMAL_PRIORITY_CLASS THREAD_PRIORITY_BELOW_NORMAL
217 6 BELOW_NORMAL_PRIORITY_CLASS THREAD_PRIORITY_NORMAL
219 7 BELOW_NORMAL_PRIORITY_CLASS THREAD_PRIORITY_ABOVE_NORMAL
222 8 BELOW_NORMAL_PRIORITY_CLASS THREAD_PRIORITY_HIGHEST
241 15 BELOW_NORMAL_PRIORITY_CLASS THREAD_PRIORITY_TIME_CRITICAL
/dports/emulators/hercules/hercules-3.13/
H A Dhscutl.h125 #ifndef BELOW_NORMAL_PRIORITY_CLASS
126 #define BELOW_NORMAL_PRIORITY_CLASS 16384 // 8 macro
H A Dhscutl2.c90 case BELOW_NORMAL_PRIORITY_CLASS: return 8; in getpriority_process()
174 else if (prio < 15) priority = BELOW_NORMAL_PRIORITY_CLASS; in setpriority_process()
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Djob.rs43 use winapi::um::winbase::{BELOW_NORMAL_PRIORITY_CLASS, SEM_NOGPFAULTERRORBOX};
67 info.BasicLimitInformation.PriorityClass = BELOW_NORMAL_PRIORITY_CLASS; in setup()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psutil/psutil/
H A D_pswindows.pyi20 BELOW_NORMAL_PRIORITY_CLASS as BELOW_NORMAL_PRIORITY_CLASS,
38 BELOW_NORMAL_PRIORITY_CLASS: Any
/dports/math/R/R-4.1.2/src/library/tools/src/
H A Dsignals.c115 case BELOW_NORMAL_PRIORITY_CLASS: res[i] = 15; break; in ps_priority()
124 case 15: tmp = BELOW_NORMAL_PRIORITY_CLASS; break; in ps_priority()
/dports/math/libRmath/R-4.1.1/src/library/tools/src/
H A Dsignals.c115 case BELOW_NORMAL_PRIORITY_CLASS: res[i] = 15; break; in ps_priority()
124 case 15: tmp = BELOW_NORMAL_PRIORITY_CLASS; break; in ps_priority()

12345678910>>...30