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

/osnet-11/usr/src/lib/libproc/common/
H A DPsyscall.c68 while (Pwait(P, 0) == -1 && errno == EINTR)
265 (void) Pwait(P, 0);
449 (void) Pwait(P, 0);
455 * to Pwait() will yield ENOENT because the LWP no longer exists.
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
H A Dlibproc.h213 extern int Pwait(struct ps_prochandle *, uint_t);
H A Dllib-lproc55 int Pwait(struct ps_prochandle *Pr, uint_t msec);
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c611 (void) Pwait(pctx->Pr, mswait);

Completed in 34 milliseconds