Searched refs:device_thread_pool (Results 1 – 2 of 2) sorted by relevance
508 thread::ThreadPool* device_thread_pool = in StartParallelExecutors() local510 if (!device_thread_pool) { in StartParallelExecutors()514 std::bind(&thread::ThreadPool::Schedule, device_thread_pool, _1); in StartParallelExecutors()
643 thread::ThreadPool* device_thread_pool = in RunInternal() local647 if (!device_thread_pool) { in RunInternal()650 args.runner = [this, device_thread_pool](Executor::Args::Closure c) { in RunInternal()651 SchedClosure(device_thread_pool, std::move(c)); in RunInternal()