HomeSort by relevance Sort by last modified time
    Searched full:worker_name (Results 1 - 1 of 1) sorted by null

  /art/runtime/
thread_pool.cc 123 const std::string worker_name = StringPrintf("%s worker thread %zu", name_.c_str(), local
126 new ThreadPoolWorker(this, worker_name, ThreadPoolWorker::kDefaultStackSize));

Completed in 674 milliseconds