OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:priority_class
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
util.c
1490
int
priority_class
;
local
1497
priority_class
= REALTIME_PRIORITY_CLASS;
1499
priority_class
= HIGH_PRIORITY_CLASS;
1501
priority_class
= ABOVE_NORMAL_PRIORITY_CLASS;
1503
priority_class
= NORMAL_PRIORITY_CLASS;
1505
priority_class
= BELOW_NORMAL_PRIORITY_CLASS;
1507
priority_class
= IDLE_PRIORITY_CLASS;
1514
if (SetPriorityClass(handle,
priority_class
) == 0)
util.c
1490
int
priority_class
;
local
1497
priority_class
= REALTIME_PRIORITY_CLASS;
1499
priority_class
= HIGH_PRIORITY_CLASS;
1501
priority_class
= ABOVE_NORMAL_PRIORITY_CLASS;
1503
priority_class
= NORMAL_PRIORITY_CLASS;
1505
priority_class
= BELOW_NORMAL_PRIORITY_CLASS;
1507
priority_class
= IDLE_PRIORITY_CLASS;
1514
if (SetPriorityClass(handle,
priority_class
) == 0)
util.c
1490
int
priority_class
;
local
1497
priority_class
= REALTIME_PRIORITY_CLASS;
1499
priority_class
= HIGH_PRIORITY_CLASS;
1501
priority_class
= ABOVE_NORMAL_PRIORITY_CLASS;
1503
priority_class
= NORMAL_PRIORITY_CLASS;
1505
priority_class
= BELOW_NORMAL_PRIORITY_CLASS;
1507
priority_class
= IDLE_PRIORITY_CLASS;
1514
if (SetPriorityClass(handle,
priority_class
) == 0)
Completed in 128 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026