Searched refs:WorkerLoop (Results 1 – 4 of 4) 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
436 [this]() { WorkerLoop(); })); in BackgroundWorker()461 void BackgroundWorker::WorkerLoop() { in WorkerLoop() function in tensorflow::data::BackgroundWorker
933 void WorkerLoop();