HomeSort by relevance Sort by last modified time
    Searched defs:waitid (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
exit.c 912 waitid(idtype_t idtype, id_t id, k_siginfo_t *ip, int options) function
983 "waitid: wrong state %d on the p_newstate"
1081 "waitid: wrong state on the"
1141 if (error = waitid(P_ALL, (id_t)0, &info, WEXITED|WTRAPPED))
1154 if (error = waitid(idtype, id, &info, options))
1170 if (error = waitid(idtype, id, &info, options))
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 67 #pragma weak _waitid = waitid
1123 waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) function

Completed in 3839 milliseconds