Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h202 void SuspendAllInternal(Thread* self,
Dthread_list.cc533 SuspendAllInternal(self, self, nullptr); in FlipThreadRoots()
627 SuspendAllInternal(self, self); in SuspendAll()
671 void ThreadList::SuspendAllInternal(Thread* self, in SuspendAllInternal() function in art::ThreadList