Searched refs:background_threads_ (Results 1 – 2 of 2) sorted by relevance
146 background_threads_(new port::ThreadPool( in StreamExecutor()168 BlockOnThreadExecutor(background_threads_.get()); in ~StreamExecutor()586 BlockOnThreadExecutor(background_threads_.get()); in SynchronizeAllActivity()811 background_threads_->Schedule(std::move(task)); in EnqueueOnBackgroundThread()
722 std::unique_ptr<port::ThreadPool> background_threads_; variable