Searched refs:debug_suspension (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_list.h69 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension,
80 Thread* SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, bool* timed_out)
H A Dthread_list.cc458 bool debug_suspension, bool* timed_out) {
490 thread->ModifySuspendCount(self, +1, debug_suspension);
512 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension);
529 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, argument
567 thread->ModifySuspendCount(self, +1, debug_suspension);
589 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension);
457 SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension, bool* timed_out) argument

Completed in 152 milliseconds