Searched refs:debug_suspension (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread_list.h | 77 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension, 87 Thread* SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, bool* timed_out)
|
D | thread_list.cc | 624 bool debug_suspension, bool* timed_out) { in SuspendThreadByPeer() argument 648 suspended_thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByPeer() 671 suspended_thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByPeer() 700 suspended_thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByPeer() 726 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, in SuspendThreadByThreadId() argument 769 thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByThreadId() 798 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByThreadId()
|