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

/illumos-gate/usr/src/man/man3proc/
H A DMakefile260 Pwait.3proc \
323 Pwait.3proc := LINKSRC = Pstopstatus.3proc
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c578 (void) Pwait(P, 0);
594 (void) Pwait(P, 0);
596 dprintf("Pcreate: Pwait failed: %s\n", strerror(errno));
624 (void) Pwait(P, 0);
645 (void) Pwait(P, 0);
1546 * we re-read the status from the new P->statfd. If this fails, Pwait
1552 if (Pwait(P, 0) == -1) {
1986 Pwait(struct ps_prochandle *P, uint_t msec) function

Completed in 65 milliseconds