Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h204 Thread* ignore2 = nullptr,
208 void AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2 = nullptr)
Dthread_list.cc276 void ThreadList::AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2) { in AssertThreadsAreSuspended() argument
280 if (thread != ignore1 && thread != ignore2) { in AssertThreadsAreSuspended()
673 Thread* ignore2, in SuspendAllInternal() argument
696 if (ignore2 != nullptr && ignore1 != ignore2) { in SuspendAllInternal()
707 if (thread == ignore1 || thread == ignore2) { in SuspendAllInternal()
748 if (thread == ignore1 || thread == ignore2) { in SuspendAllInternal()