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

  /art/runtime/
trace.h 172 SafeMap<pid_t, std::string> exited_threads_; member in class:art::FINAL
trace.cc 718 for (auto it : exited_threads_) {
731 the_trace_->exited_threads_.Put(thread->GetTid(), name);

Completed in 83 milliseconds