OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIO_MIN
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
resource.h
43
#define
PRIO_MIN
-20
/src/external/bsd/top/dist/machine/
m_svr4.c
96
#ifndef
PRIO_MIN
97
#define
PRIO_MIN
-20
685
else if (prio <
PRIO_MIN
)
686
prio =
PRIO_MIN
;
m_svr5.c
102
#ifndef
PRIO_MIN
103
#define
PRIO_MIN
-20
1011
else if (prio <
PRIO_MIN
)
1012
prio =
PRIO_MIN
;
m_sunos5.c
131
#ifndef
PRIO_MIN
132
#define
PRIO_MIN
-20
2256
else if (prio <
PRIO_MIN
)
2257
prio =
PRIO_MIN
;
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026