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

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c652 * 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...]

Completed in 27 milliseconds