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

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c327 (void) Pwait(P, 0);
343 (void) Pwait(P, 0);
345 dprintf("Pcreate: Pwait failed: %s\n", strerror(errno));
373 (void) Pwait(P, 0);
394 (void) Pwait(P, 0);
1351 * we re-read the status from the new P->statfd. If this fails, Pwait
1357 if (Pwait(P, 0) == -1) {
1791 Pwait(struct ps_prochandle *P, uint_t msec) function

Completed in 30 milliseconds