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

  /art/runtime/
runtime.cc 234 DumpThread(os, self);
237 DumpThread(os, self);
245 void DumpThread(std::ostream& os, Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
    [all...]
trace.cc 709 static void DumpThread(Thread* t, void* arg) {
723 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os);

Completed in 52 milliseconds