Searched refs:CreateThreadPool (Results 1 – 9 of 9) sorted by relevance
67 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool);
1013 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in CreateThreadPool() function
150 CreateThreadPool(pContext, &pContext->threadPool); in SwrCreateContext()
334 static TestTaskTracker* CreateThreadPool();
449 TaskEnvironment::TestTaskTracker* TaskEnvironment::CreateThreadPool() { in CreateThreadPool() function in base::test::TaskEnvironment476 task_tracker_ = CreateThreadPool(); in InitializeThreadPool()
1266 thread_pool_ = ctx->CreateThreadPool(kSnapshotReaderWorkerPool, in Initialize()1685 thread_pool_ = ctx->CreateThreadPool(kSnapshotWriterWorkerPool, in Initialize()
506 std::unique_ptr<thread::ThreadPool> threadpool = ctx->CreateThreadPool( in RestoreInternal()
562 std::unique_ptr<thread::ThreadPool> CreateThreadPool(const string& name, in CreateThreadPool() function
385 thread_pool_ = ctx->CreateThreadPool( in Initialize()