Home
last modified time | relevance | path

Searched refs:SuspendThreadByThreadId (Results 1 – 5 of 5) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc69 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById()
/art/runtime/
Dthread_list.h101 Thread* SuspendThreadByThreadId(uint32_t thread_id, SuspendReason reason, int attempt_of_4 = 0)
Dmutator_gc_coord.md291 Any thread can issue a `SuspendThreadByPeer()`, `SuspendThreadByThreadId()` or
Dthread_list.cc1224 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId() function in art::ThreadList
Dmonitor.cc1076 owner = thread_list->SuspendThreadByThreadId( in InflateThinLocked()