Searched refs:frame_thread_pool (Results 1 – 2 of 2) sorted by relevance
176 std::unique_ptr<ThreadPool>* const frame_thread_pool, in InitializeThreadPoolsForFrameParallel() argument178 assert(*frame_thread_pool == nullptr); in InitializeThreadPoolsForFrameParallel()183 *frame_thread_pool = ThreadPool::Create(frame_threads); in InitializeThreadPoolsForFrameParallel()184 if (*frame_thread_pool == nullptr) { in InitializeThreadPoolsForFrameParallel()
126 std::unique_ptr<ThreadPool>* frame_thread_pool,