Lines Matching refs:wait6
41 * - wait6(2)-like accepting idtype_t, id_t, struct wrusage, mandatory options
48 * In a common use-case wait4(2) and wait6(2)-like function can work the almost
50 * wait6(2) must specify P_PID for idtype to match wpid from wait4(2).
51 * To behave like wait4(2), wait6(2) the 'options' to wait must include
100 # define TWAIT_FNAME "wait6"
101 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) wait6((a),(b),(c),(d),(e),(f))
103 wait6(P_PID,(a),(b),(c)|WEXITED|WTRAPPED,NULL,NULL)
111 * - TWAIT_GENERIC() (wait, wait2, waitpid, wait3, wait4, wait6)
113 * - TWAIT_WAIT6TYPE() (waitid, wait6)
118 * - TWAIT_HAVE_PID (wait2, waitpid, waitid, wait4, wait6)
119 * - TWAIT_HAVE_STATUS (wait, wait2, waitpid, wait3, wait4, wait6)
121 * - TWAIT_HAVE_RETPID (wait, wait2, waitpid, wait3, wait4, wait6)
123 * If there is an intention to test e.g. wait6(2) specific features in the
125 * functionality of less featured than wait6(2) interface (TWAIT_WAIT6TYPE).