Lines Matching defs:stop

105  * Internal variables for counting number of user thread stop requests posted.
111 * Internal variables for broadcasting an event when all thread stop requests
378 * from pending to current, then don't do a jobcontrol stop.
385 stop(PR_JOBCONTROL, sig);
420 * stop the process if a stop has been requested or if a traced signal
423 * JUSTLOOKING: Don't stop the process, just indicate whether or not
502 * Don't promote a signal that will stop
535 * If DTrace's "stop" action has been invoked on us,
585 stop(PR_SUSPENDED, SUSPEND_PAUSE);
602 * or requests. Honor other stop requests or signals later.
607 stop(PR_CHECKPOINT, 0);
621 stop(PR_SUSPENDED, SUSPEND_NORMAL);
626 * Honor requested stop before dealing with the
629 * stop that means: make incremental progress before the next
630 * stop. The danger is that returning to top of loop would most
631 * likely drop the thread right back here to stop soon after it
635 stop(PR_REQUESTED, 0);
642 * it's not a signal that causes a job control stop.
652 * being ignored, and without causing a job control stop.
671 * job-control stop. If another current signal
681 * on a job control signal and a /proc stop
692 * showing PR_JOBCONTROL. This is a stop in
696 stop(PR_JOBCONTROL, p->p_stopsig);
749 * If we have been informed not to stop (i.e., we are being
778 stop(PR_SIGNALLED, sig);
781 * Loop around to check for requested stop before
803 * If we have been informed not to stop, just return the signal
848 stop(int why, int what)
860 * Can't stop a system process.
869 * Don't stop an lwp with SIGKILL pending.
870 * Don't stop if the process or lwp is exiting.
908 * whether we should stop or not.
929 * whether we should stop or not.
957 default: /* /proc stop */
960 * Do synchronous stop unless the async-stop flag is set.
962 * then no debugger is present and we also do synchronous stop.
1013 * to stop is in holdlwps() (called from cfork()) or
1037 * The last lwp to stop notifies the parent.
1055 * so they will stop in sympathy with this lwp.
1061 * to stop is in holdlwps() (called from cfork()) or
1139 * whether we should stop or not.
1155 * SHOLDWATCH. If a thread is trying to stop because of
1181 thread_stop(t); /* set stop state and drop lock */
1230 /* Interface for resetting user thread stop count. */
1239 /* Interface for registering a user thread stop request. */
1248 /* Interface for cancelling a user thread stop request */
1529 * Don't promote a signal that will stop
2158 * Handle stop-on-fault processing for the debugger. Returns 0
2159 * if the fault is cleared during the stop, nonzero if it isn't.
2177 stop(PR_FAULTED, fault);