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

/art/runtime/native/
H A Ddalvik_system_VMStack.cc38 bool timed_out; local
43 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
53 if (timed_out) {
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc56 bool timed_out; local
68 thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out);
79 if (timed_out) {
H A Djava_lang_Thread.cc132 bool timed_out; local
137 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
145 } else if (timed_out) {
/art/runtime/
H A Dthread_list.cc461 bool debug_suspension, bool* timed_out) {
466 *timed_out = false;
517 *timed_out = true;
533 bool* timed_out) {
537 *timed_out = false;
594 *timed_out = true;
460 SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension, bool* timed_out) argument
532 SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, bool* timed_out) argument
H A Dmonitor.cc685 bool timed_out; local
691 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, false, &timed_out);
H A Ddebugger.cc2395 bool timed_out; local
2398 &timed_out);
2401 } else if (timed_out) {
3366 bool timed_out; local
3372 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out);

Completed in 147 milliseconds