Home
last modified time | relevance | path

Searched refs:FORK_WAITPID (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfork.h71 #define FORK_WAITPID 0x0002 macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dsyslog.c359 pid = forkx(nowait? 0 : (FORK_NOSIGCHLD | FORK_WAITPID)); in vsyslog()
/titanic_41/usr/src/uts/common/os/
H A Dfork.c151 if ((flags & ~(FORK_NOSIGCHLD | FORK_WAITPID)) != 0) { in cfork()
527 if (flags & FORK_WAITPID) in cfork()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dspawn.c243 flags |= FORK_WAITPID; in forkflags()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2688 else if (raw || (val & ~(FORK_NOSIGCHLD | FORK_WAITPID))) in prt_fxf()
2696 if (val & FORK_WAITPID) in prt_fxf()