Searched refs:Pwait (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 70 while (Pwait(P, 0) == -1 && errno == EINTR) in Pabort_agent() 272 (void) Pwait(P, 0); in execute() 466 (void) Pwait(P, 0); in Psyscall()
|
H A D | mapfile-vers | 294 Pwait;
|
H A D | Pcontrol.c | 568 (void) Pwait(P, 0); in Pxcreate() 584 (void) Pwait(P, 0); in Pxcreate() 614 (void) Pwait(P, 0); in Pxcreate() 635 (void) Pwait(P, 0); in Pxcreate() 1513 if (Pwait(P, 0) == -1) { in Preopen() 1947 Pwait(struct ps_prochandle *P, uint_t msec) in Pwait() function
|
H A D | libproc.h | 268 extern int Pwait(struct ps_prochandle *, uint_t);
|
H A D | llib-lproc | 59 int Pwait(struct ps_prochandle *Pr, uint_t msec);
|
/titanic_50/usr/src/cmd/nohup/ |
H A D | nohup.c | 506 (void) Pwait(P, 0); in do_pnohup() 523 (void) Pwait(P, 0); in do_pnohup()
|
/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 611 (void) Pwait(pctx->Pr, mswait); in pctx_run()
|
/titanic_50/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 785 (void) Pwait(scan_pr, 0); in scan()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 674 (void) Pwait(C, MILLISEC); in pt_fork() 3444 if (Pwait(P, 1) == 0 && (psp->pr_flags & PR_STOPPED) && in pt_sigfwd() 3590 while (Pwait(P, 0) == -1) { in pt_setrun()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 2460 (void) Pwait(Proc, MILLISEC); in control()
|