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

/art/runtime/
H A Dthread_list.cc301 void ThreadList::SuspendAll() { function in class:art::ThreadList
305 VLOG(threads) << *self << " SuspendAll starting...";
307 VLOG(threads) << "Thread[null] SuspendAll starting...";
357 VLOG(threads) << *self << " SuspendAll complete";
359 VLOG(threads) << "Thread[null] SuspendAll complete";
814 // SuspendAll requests.

Completed in 155 milliseconds