Lines Matching full:suspend
1711 * Get the status and suspend state of a thread.
1760 * Get the thread's suspend count.
1973 * get bent out of shape when they can't suspend and
2004 * get bent out of shape when they can't suspend and
2129 * Suspend the VM.
2145 * Suspend one thread (not ourselves).
2186 * Suspend ourselves after sending an event to the debugger.
2636 * target thread if the suspend count is too deep. We're expected to
2637 * require one "resume" for each "suspend", but when asked to execute
2638 * a method we have to resume fully and then re-suspend it back to the
2639 * same level. (The easiest way to cause this is to type "suspend"
2649 ALOGW("threadid=%d: suspend count on threadid=%d is %d, too deep "
2680 * so the VM can suspend for a GC if the invoke request causes us to
2708 /* wait for thread to re-suspend itself */
2717 * Suspend the threads. We waited for the target thread to suspend
2718 * itself, so all we need to do is suspend the others.
2720 * The suspendAllThreads() call will double-suspend the event thread,