Searched refs:forkall (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.c59 (void) forkall();
/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Darc4random_forkall.c18 * state across a forkall. This source file is used to make two tests. One which
53 p = forkall();
/illumos-gate/usr/src/man/man2/
H A DMakefile193 forkall.2 \
304 forkall.2 := LINKSRC = fork.2
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c302 * We used forkall() previously to ensure that
304 * duplicated in the child. Since forkall()
644 switch (forkall()) {
/illumos-gate/usr/src/head/
H A Dunistd.h319 extern pid_t forkall(void);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c86 #pragma weak _forkall = forkall
92 * serialize calls to fork() and forkall(), but it also serializes calls
93 * to thr_suspend() and thr_continue() (because fork() and forkall() also
273 * The forkall() interface exists for applications that require
342 forkall(void) function
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c816 switch (forkall()) {

Completed in 78 milliseconds