Searched refs:FORK_TEST2 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_ptrace_fork_wait.h | 243 #define FORK_TEST2(name,fun,tspawn,tfork,tvfork,tvforkdone,newpgrp) \ macro 263 FORK_TEST2(name,fun,tspawn,tfork,tvfork,tvforkdone,false) 291 FORK_TEST2(fork_setpgid, "fork", true, true, true, true, true) 320 FORK_TEST2(vfork_setpgid, "vfork", true, true, true, true, true) 343 FORK_TEST2(posix_spawn_setpgid, "spawn", true, true, true, true, true)
|