HomeSort by relevance Sort by last modified time
    Searched refs:SuspendAllInternal (Results 1 - 2 of 2) sorted by null

  /art/runtime/
thread_list.h 194 void SuspendAllInternal(Thread* self,
thread_list.cc 537 SuspendAllInternal(self, self, nullptr);
625 SuspendAllInternal(self, self);
670 // SuspendAllInternal. This is safe because it will be set back to suspended state before
672 void ThreadList::SuspendAllInternal(Thread* self,
748 PLOG(FATAL) << "futex wait failed for SuspendAllInternal()";
    [all...]

Completed in 55 milliseconds