Searched defs:Pstopstatus (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.c | 903 * As Pstopstatus will trigger the first read() from a /proc file, 909 if (Pstopstatus(P, PCNULL, 0) != 0) { 1018 Pstopstatus(P, PCTWSTOP, 20) != 0) { 1039 Pstopstatus(P, PCDSTOP, 0) != 0) || 1040 Pstopstatus(P, PCSTOP, 2000) != 0) { 1750 } while (Pstopstatus(P, PCNULL, 0) == 0 && 1813 prldump("Pstopstatus", &P->status.pr_lwp); 1817 dprintf("Pstopstatus: pr_sigpend = 0x%.8X\n", bits); 1828 Pstopstatus(struct ps_prochandle *P, function 1860 dprintf("Pstopstatus [all...] |
Completed in 49 milliseconds