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

  /art/runtime/
thread_list.cc 122 void ThreadList::AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2) {
263 AssertThreadsAreSuspended(self, self);
274 AssertThreadsAreSuspended(self, self);
361 AssertThreadsAreSuspended(self, self, debug_thread);
thread_list.h 121 void AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2 = NULL)

Completed in 44 milliseconds