Lines Matching full:suspend
481 ATRACE_BEGIN("GC: Threads Suspended"); // Suspend A
501 ATRACE_END(); // Suspend A
529 ATRACE_END(); // Suspend A
547 ATRACE_BEGIN("GC: Threads Suspended"); // Suspend B
609 ATRACE_END(); // Suspend B
650 ATRACE_END(); // Suspend A
713 * on entry, and some other thread has asked us to suspend. In that
716 * For example, the debugger might suspend us and then execute a method that
724 * activity will grab the lock before issuing a suspend-all. (We may briefly
725 * suspend when the GC thread calls dvmUnlockHeap before dvmResumeAllThreads,