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

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c928 waitid(idtype_t idtype, id_t id, k_siginfo_t *ip, int options) function
999 "waitid: wrong state %d on the p_newstate"
1097 "waitid: wrong state on the"
1151 if (error = waitid(idtype, id, &info, options))
1167 if (error = waitid(idtype, id, &info, options))
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c70 #pragma weak _waitid = waitid
1156 waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) function

Completed in 63 milliseconds