Lines Matching refs:Lstopstatus
3226 Lstopstatus(struct ps_lwphandle *L,
3256 dprintf("Lstopstatus: corrupted state: %d\n", L->lwp_state);
3294 dprintf("Lstopstatus: EINTR\n");
3297 dprintf("Lstopstatus: EAGAIN\n");
3307 errstr = "Lstopstatus PCNULL"; break;
3309 errstr = "Lstopstatus PCSTOP"; break;
3311 errstr = "Lstopstatus PCDSTOP"; break;
3313 errstr = "Lstopstatus PCWSTOP"; break;
3315 errstr = "Lstopstatus PC???"; break;
3330 dprintf("Lstopstatus: LWP is not stopped\n");
3338 prldump("Lstopstatus", &L->lwp_status);
3363 return (Lstopstatus(L, PCWSTOP, msec));
3372 return (Lstopstatus(L, PCSTOP, msec));
3381 return (Lstopstatus(L, PCDSTOP, 0));
3478 return (Lstopstatus(L, PCNULL, 0));
3527 rv = Lstopstatus(L, PCNULL, 0);
3562 rv = Lstopstatus(L, PCNULL, 0);