Home
last modified time | relevance | path

Searched refs:WorkerLoop (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DSimpleThreadPool.h27 threads_.push_back(env.CreateThread([this, i]() { WorkerLoop(i); })); in env_()
86 void WorkerLoop(int thread_id) { in WorkerLoop() function
DNonBlockingThreadPool.h58 threads_.push_back(env_.CreateThread([this, i]() { WorkerLoop(i); })); in env_()
135 void WorkerLoop(int thread_id) { in WorkerLoop() function
/external/tensorflow/tensorflow/core/framework/
Drun_handler.h254 void WorkerLoop(int thread_id, bool may_steal_blocking_work);
Drun_handler.cc371 WorkerLoop(i, i < num_blocking_threads); in Start()
380 env_.CreateThread([this]() { WorkerLoop(0, true); })); in StartOneThreadForTesting()
520 void RunHandlerThreadPool::WorkerLoop(int thread_id, in WorkerLoop() function in tensorflow::internal::RunHandlerThreadPool
Ddataset.cc719 {} /* thread_options */, name_, [this]() { WorkerLoop(); })); in Schedule()
726 void BackgroundWorker::WorkerLoop() { in WorkerLoop() function in tensorflow::data::BackgroundWorker
Ddataset.h1222 void WorkerLoop();