OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHILD_MAX
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
syslimits.h
46
#ifndef
CHILD_MAX
47
#define
CHILD_MAX
160 /* max simultaneous processes */
/src/bin/ksh/
jobs.c
36
/* We keep
CHILD_MAX
zombie processes around (exact value isn't critical) */
37
#ifndef
CHILD_MAX
39
# define
CHILD_MAX
sysconf(_SC_CHILD_MAX)
42
# define
CHILD_MAX
((_POSIX_CHILD_MAX) * 2)
44
# define
CHILD_MAX
20
47
#endif /* !
CHILD_MAX
*/
182
static int
child_max
; /*
CHILD_MAX
*/
variable in typeref:typename:int
230
child_max
=
CHILD_MAX
; /* so syscon() isn't always being called *
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025