Home
last modified time | relevance | path

Searched refs:HIGH_PRIORITY_CLASS (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/kernel32/client/
H A Djob.c185 HIGH_PRIORITY_CLASS; in QueryInformationJobObject()
275 case HIGH_PRIORITY_CLASS: in SetInformationJobObject()
H A Dproc.c1682 case PROCESS_PRIORITY_CLASS_HIGH: return HIGH_PRIORITY_CLASS; in GetPriorityClass()
1724 case HIGH_PRIORITY_CLASS: in SetPriorityClass()
2471 else if (dwCreationFlags & HIGH_PRIORITY_CLASS) in CreateProcessInternalW()
2489 HIGH_PRIORITY_CLASS | in CreateProcessInternalW()
/reactos/modules/rosapps/applications/fraginator/
H A DMainDialog.cpp208 Priority = HIGH_PRIORITY_CLASS; in UpdatePriority()
286 PriVal = HIGH_PRIORITY_CLASS; in SaveSettings()
393 case HIGH_PRIORITY_CLASS: in LoadSettings()
/reactos/sdk/tools/pipetools/
H A Dpipetunnel.cpp257 SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS); in main()
/reactos/base/shell/cmd/
H A Dstart.c138 dwCreationFlags |= HIGH_PRIORITY_CLASS; in cmd_start()
/reactos/base/applications/taskmgr/
H A Dtaskmgr.c135 SetPriorityClass(hProcess, HIGH_PRIORITY_CLASS); in wWinMain()
296 DoSetPriority(HIGH_PRIORITY_CLASS); in TaskManagerWndProc()
H A Dprocpage.c411 case HIGH_PRIORITY_CLASS: in ProcessPageShowContextMenu()
/reactos/sdk/include/psdk/
H A Dwinbase.h186 #define HIGH_PRIORITY_CLASS 0x00000080 macro