Searched defs:TWAIT_GENERIC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h68 # define TWAIT_GENERIC(a,b,c) wait((b)) macro
73 # define TWAIT_GENERIC(a,b,c) waitpid((a),(b),(c)) macro
78 # define TWAIT_GENERIC(a,b,c) \ macro
85 # define TWAIT_GENERIC(a,b,c) wait3((b),(c),NULL) macro
91 # define TWAIT_GENERIC(a,b,c) wait4((a),(b),(c),NULL) macro
98 # define TWAIT_GENERIC(a,b,c) \ macro

Completed in 117 milliseconds