Searched refs:SuspendThreadByThreadId (Results 1 – 4 of 4) sorted by relevance
65 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, false, &timed_out); in DdmVmInternal_getStackTraceById()
91 Thread* SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, bool* timed_out)
856 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, false, &timed_out); in InflateThinLocked()
988 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId() function in art::ThreadList