Home
last modified time | relevance | path

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

/art/runtime/
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)
Dthread_list.cc458 bool debug_suspension, bool* timed_out) { in SuspendThreadByPeer() argument
490 thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByPeer()
512 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByPeer()
529 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, in SuspendThreadByThreadId() argument
567 thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByThreadId()
589 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByThreadId()