Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h77 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension,
87 Thread* SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, bool* timed_out)
Dthread_list.cc731 bool debug_suspension, in SuspendThreadByPeer() argument
756 suspended_thread->ModifySuspendCount(soa.Self(), -1, nullptr, debug_suspension); in SuspendThreadByPeer()
779 suspended_thread->ModifySuspendCount(self, +1, nullptr, debug_suspension); in SuspendThreadByPeer()
808 suspended_thread->ModifySuspendCount(soa.Self(), -1, nullptr, debug_suspension); in SuspendThreadByPeer()
836 bool debug_suspension, in SuspendThreadByThreadId() argument
879 thread->ModifySuspendCount(self, +1, nullptr, debug_suspension); in SuspendThreadByThreadId()
908 thread->ModifySuspendCount(soa.Self(), -1, nullptr, debug_suspension); in SuspendThreadByThreadId()