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

/dalvik/vm/jdwp/
H A DJdwp.h102 bool suspend; member in struct:JdwpStartupParams
141 * that we wait for the thread to suspend itself before processing any
150 * continues processing the current event. This works in the suspend-all
151 * case because the event thread doesn't suspend itself until everything
190 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend);
H A DJdwpEvent.cpp46 myself" message to the debugger. Before it manages to suspend itself, the
51 for the event thread to suspend itself (and, potentially, all other threads)
59 - If I'm going to suspend, grab the "I am posting an event" token. Wait
62 - If appropriate, suspend others and then myself. As part of suspending
74 events with a "suspend all" clause
76 - thread A wants to suspend all other threads, but thread B is waiting
83 will cause thread B to suspend (remember, thread A's global suspend is
577 * SP_EVENT_THREAD - suspend ourselves
578 * SP_ALL - suspend everybod
744 dvmJdwpPostVMStart(JdwpState* state, bool suspend) argument
[all...]

Completed in 51 milliseconds