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

  /art/runtime/
thread_pool.h 166 friend class WorkStealingThreadPool;
170 class WorkStealingThreadPool : public ThreadPool {
172 explicit WorkStealingThreadPool(const char* name, size_t num_threads);
173 virtual ~WorkStealingThreadPool();
thread_pool.cc 209 WorkStealingThreadPool* thread_pool = down_cast<WorkStealingThreadPool*>(thread_pool_);
277 WorkStealingThreadPool::WorkStealingThreadPool(const char* name, size_t num_threads)
287 WorkStealingTask* WorkStealingThreadPool::FindTaskToStealFrom(Thread* self) {
307 WorkStealingThreadPool::~WorkStealingThreadPool() {}

Completed in 72 milliseconds