Searched refs:SuspendThreadByThreadId (Results 1 - 4 of 4) sorted by relevance

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc74 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id,
/art/runtime/
H A Dthread_list.h97 Thread* SuspendThreadByThreadId(uint32_t thread_id, SuspendReason reason, bool* timed_out)
H A Dmonitor.cc993 owner = thread_list->SuspendThreadByThreadId(owner_thread_id,
H A Dthread_list.cc1022 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, function in class:art::ThreadList
1031 VLOG(threads) << "SuspendThreadByThreadId starting";
1057 VLOG(threads) << "SuspendThreadByThreadId found thread: " << *thread;
1088 ATRACE_BEGIN(StringPrintf("SuspendThreadByThreadId suspended %s id=%d",
1091 VLOG(threads) << "SuspendThreadByThreadId thread suspended: " << *thread;
1114 VLOG(threads) << "SuspendThreadByThreadId waiting to allow thread chance to suspend";
1484 // problems in FindThreadByThreadId / SuspendThreadByThreadId.

Completed in 3521 milliseconds