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

  /art/runtime/
thread_list.h 152 void AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2 = NULL)
thread_list.cc 150 void ThreadList::AssertThreadsAreSuspended(Thread* self, Thread* ignore1, Thread* ignore2) {
350 AssertThreadsAreSuspended(self, self);
377 AssertThreadsAreSuspended(self, self);
651 AssertThreadsAreSuspended(self, self, debug_thread);
    [all...]

Completed in 42 milliseconds