Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h200 Thread* ignore2 = nullptr,
204 void AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2 = nullptr)
Dthread_list.cc278 void ThreadList::AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2) { in AssertThreadsAreSuspended() argument
282 if (thread != ignore1 && thread != ignore2) { in AssertThreadsAreSuspended()
675 Thread* ignore2, in SuspendAllInternal() argument
698 if (ignore2 != nullptr && ignore1 != ignore2) { in SuspendAllInternal()
712 if (thread == ignore1 || thread == ignore2) { in SuspendAllInternal()
753 if (thread == ignore1 || thread == ignore2) { in SuspendAllInternal()