Searched refs:background_threads_ (Results 1 – 2 of 2) sorted by relevance
164 background_threads_(new port::ThreadPool( in StreamExecutor()186 background_threads_(new port::ThreadPool( in StreamExecutor()206 BlockOnThreadExecutor(background_threads_.get()); in ~StreamExecutor()599 BlockOnThreadExecutor(background_threads_.get()); in SynchronizeAllActivity()821 background_threads_->Schedule(std::move(task)); in EnqueueOnBackgroundThread()
696 std::unique_ptr<port::ThreadPool> background_threads_; variable