Home | History | Annotate | Download | only in gen

Lines Matching defs:fork

308 	RL(pid = fork());
355 RL(pid = fork());
384 ATF_TC(fork);
385 ATF_TC_HEAD(fork, tc)
388 "Test fork zeros the state and gets independent state");
390 ATF_TC_BODY(fork, tc)
425 * Fork a child.
427 RL(child = fork());
432 * Verify the states have been zero'd on fork.
466 * the fork syscall returns before the atfork handler is
663 ATF_TP_ADD_TC(tp, fork);