Searched refs:WorkerLoop (Results 1 – 6 of 6) sorted by relevance
27 threads_.push_back(env.CreateThread([this, i]() { WorkerLoop(i); })); in env_()86 void WorkerLoop(int thread_id) { in WorkerLoop() function
58 threads_.push_back(env_.CreateThread([this, i]() { WorkerLoop(i); })); in env_()135 void WorkerLoop(int thread_id) { in WorkerLoop() function
254 void WorkerLoop(int thread_id, bool may_steal_blocking_work);
371 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
719 {} /* thread_options */, name_, [this]() { WorkerLoop(); })); in Schedule()726 void BackgroundWorker::WorkerLoop() { in WorkerLoop() function in tensorflow::data::BackgroundWorker
1222 void WorkerLoop();