Searched refs:Pwait (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 68 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 D | Pcontrol.c | 327 (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 D | libproc.h | 213 extern int Pwait(struct ps_prochandle *, uint_t);
|
H A D | llib-lproc | 55 int Pwait(struct ps_prochandle *Pr, uint_t msec);
|
/osnet-11/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 611 (void) Pwait(pctx->Pr, mswait);
|
Completed in 36 milliseconds