Searched refs:Pstopstatus (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Psyscall.c | 122 (void) Pstopstatus(P, PCNULL, 0); 159 if (Pstopstatus(P, PCNULL, 0) != 0) { 174 (void) Pstopstatus(P, PCNULL, 0); 192 (void) Pstopstatus(P, PCNULL, 0); 220 (void) Pstopstatus(P, PCNULL, 0);
|
H A D | Pcontrol.c | 652 * As Pstopstatus will trigger the first read() from a /proc file, 658 if (Pstopstatus(P, PCNULL, 0) != 0) { 767 Pstopstatus(P, PCTWSTOP, 20) != 0) { 788 Pstopstatus(P, PCDSTOP, 0) != 0) || 789 Pstopstatus(P, PCSTOP, 2000) != 0) { 1555 } while (Pstopstatus(P, PCNULL, 0) == 0 && 1618 prldump("Pstopstatus", &P->status.pr_lwp); 1622 dprintf("Pstopstatus: pr_sigpend = 0x%.8X\n", bits); 1633 Pstopstatus(struct ps_prochandle *P, function 1665 dprintf("Pstopstatus [all...] |
H A D | Pcontrol.h | 269 int Pstopstatus(struct ps_prochandle *, long, uint32_t);
|
H A D | libproc.h | 212 extern int Pstopstatus(struct ps_prochandle *, long, uint_t);
|
H A D | llib-lproc | 54 int Pstopstatus(struct ps_prochandle *Pr, long cmd, uint_t msec);
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 378 * PR_REQUESTED stop. Since PCWSTOP/Pstopstatus() can be applied repeatedly 418 (void) Pstopstatus(P, PCNULL, 0); 547 if (Pstopstatus(P, PCNULL, 0) == -1 && errno == EINTR) {
|
Completed in 35 milliseconds