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

/art/runtime/
H A Dthread_list.cc726 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, function in class:art::ThreadList
734 VLOG(threads) << "SuspendThreadByThreadId starting";
758 VLOG(threads) << "SuspendThreadByThreadId found thread: " << *thread;
788 ATRACE_BEGIN(StringPrintf("SuspendThreadByThreadId suspended %s id=%d",
791 VLOG(threads) << "SuspendThreadByThreadId thread suspended: " << *thread;
811 VLOG(threads) << "SuspendThreadByThreadId waiting to allow thread chance to suspend";
1155 // problems in FindThreadByThreadId / SuspendThreadByThreadId.

Completed in 116 milliseconds