Searched refs:RunHandlerThreadPool (Results 1 – 3 of 3) sorted by relevance
313 RunHandlerThreadPool::RunHandlerThreadPool( in RunHandlerThreadPool() function in tensorflow::internal::RunHandlerThreadPool344 RunHandlerThreadPool::~RunHandlerThreadPool() { in ~RunHandlerThreadPool()357 void RunHandlerThreadPool::Start() { in Start()376 void RunHandlerThreadPool::StartOneThreadForTesting() { in StartOneThreadForTesting()383 void RunHandlerThreadPool::AddWorkToQueue(ThreadWorkSource* tws, in AddWorkToQueue()400 void RunHandlerThreadPool::SetThreadWorkSources( in SetThreadWorkSources()443 RunHandlerThreadPool::PerThread* RunHandlerThreadPool::GetPerThread() { in GetPerThread()444 thread_local RunHandlerThreadPool::PerThread per_thread_; in GetPerThread()445 RunHandlerThreadPool::PerThread* pt = &per_thread_; in GetPerThread()449 int RunHandlerThreadPool::CurrentThreadId() const { in CurrentThreadId()[all …]
214 class RunHandlerThreadPool {218 RunHandlerThreadPool* pool; // Parent pool, or null for normal threads.222 RunHandlerThreadPool(int num_blocking_threads, int num_non_blocking_threads,228 ~RunHandlerThreadPool();
116 TEST(RunHandlerThreadPool, EnqueueTask) { in TEST() argument121 internal::RunHandlerThreadPool run_handler_thread_pool( in TEST()149 TEST(RunHandlerThreadPool, FindTask) { in TEST() argument154 internal::RunHandlerThreadPool run_handler_thread_pool( in TEST()429 TEST(RunHandlerThreadPool, RoundRobinExecution) { in TEST() argument440 internal::RunHandlerThreadPool* run_handler_thread_pool = in TEST()441 new internal::RunHandlerThreadPool( in TEST()498 TEST(RunHandlerThreadPool, MultipleSubThreadPool) { in TEST() argument511 internal::RunHandlerThreadPool* run_handler_thread_pool = in TEST()512 new internal::RunHandlerThreadPool( in TEST()