Home
last modified time | relevance | path

Searched refs:WaitForWorkInSubThreadPool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.h270 void WaitForWorkInSubThreadPool(bool is_blocking, int sub_thread_pool_id);
H A Drun_handler.cc651 WaitForWorkInSubThreadPool(may_steal_blocking_work, sub_thread_pool_id); in WorkerLoop()
659 void RunHandlerThreadPool::WaitForWorkInSubThreadPool(bool is_blocking, in WaitForWorkInSubThreadPool() function in tensorflow::internal::RunHandlerThreadPool
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/run_handler_thread_pool/
H A Drun_handler.h365 void WaitForWorkInSubThreadPool(int thread_id, bool is_blocking,
H A Drun_handler.cc593 WaitForWorkInSubThreadPool(thread_id, may_steal_blocking_work, in WorkerLoop()
599 void RunHandlerThreadPool::WaitForWorkInSubThreadPool(int thread_id, in WaitForWorkInSubThreadPool() function in tfrt::tf::internal::RunHandlerThreadPool