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

  /art/runtime/
thread_pool.h 51 class ThreadPoolWorker {
60 virtual ~ThreadPoolWorker();
68 ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, size_t stack_size);
80 DISALLOW_COPY_AND_ASSIGN(ThreadPoolWorker);
91 const std::vector<ThreadPoolWorker*>& GetWorkers() const {
162 std::vector<ThreadPoolWorker*> threads_;
171 friend class ThreadPoolWorker;
thread_pool.cc 42 ThreadPoolWorker::ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name,
66 ThreadPoolWorker::~ThreadPoolWorker() {
70 void ThreadPoolWorker::SetPthreadPriority(int priority) {
83 void ThreadPoolWorker::Run() {
93 void* ThreadPoolWorker::Callback(void* arg) {
94 ThreadPoolWorker* worker = reinterpret_cast<ThreadPoolWorker*>(arg);
142 new ThreadPoolWorker(this, worker_name, ThreadPoolWorker::kDefaultStackSize))
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 121 milliseconds