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

  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
SimpleThreadPool.h 27 threads_.push_back(env.CreateThread([this, i]() { WorkerLoop(i); }));
86 void WorkerLoop(int thread_id) {
NonBlockingThreadPool.h 58 threads_.push_back(env_.CreateThread([this, i]() { WorkerLoop(i); }));
135 void WorkerLoop(int thread_id) {

Completed in 109 milliseconds