Searched refs:debug_suspension (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread_list.h | 69 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension, 80 Thread* SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, bool* timed_out)
|
D | thread_list.cc | 458 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()
|