OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FORKER_MAX_PIDS
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/old/
forker.h
35
#define
FORKER_MAX_PIDS
4098
37
extern int Forker_pids[
FORKER_MAX_PIDS
]; /* holds pids of forked processes */
/external/ltp/lib/
forker.c
117
int Forker_pids[
FORKER_MAX_PIDS
]; /* holds pids of forked processes */
184
if (Forker_npids <
FORKER_MAX_PIDS
)
190
if (Forker_npids <
FORKER_MAX_PIDS
)
210
if (Forker_npids <
FORKER_MAX_PIDS
)
216
if (Forker_npids <
FORKER_MAX_PIDS
)
224
if (Forker_npids <
FORKER_MAX_PIDS
)
Completed in 113 milliseconds