Home
last modified time | relevance | path

Searched refs:RunHandlerThreadPool (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc313 RunHandlerThreadPool::RunHandlerThreadPool( in RunHandlerThreadPool() function in tensorflow::internal::RunHandlerThreadPool
344 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 …]
Drun_handler.h214 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();
Drun_handler_test.cc116 TEST(RunHandlerThreadPool, EnqueueTask) { in TEST() argument
121 internal::RunHandlerThreadPool run_handler_thread_pool( in TEST()
149 TEST(RunHandlerThreadPool, FindTask) { in TEST() argument
154 internal::RunHandlerThreadPool run_handler_thread_pool( in TEST()
429 TEST(RunHandlerThreadPool, RoundRobinExecution) { in TEST() argument
440 internal::RunHandlerThreadPool* run_handler_thread_pool = in TEST()
441 new internal::RunHandlerThreadPool( in TEST()
498 TEST(RunHandlerThreadPool, MultipleSubThreadPool) { in TEST() argument
511 internal::RunHandlerThreadPool* run_handler_thread_pool = in TEST()
512 new internal::RunHandlerThreadPool( in TEST()