Searched refs:CreateThreadPool (Results 1 – 7 of 7) 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()
484 std::unique_ptr<thread::ThreadPool> CreateThreadPool(const string& name, in CreateThreadPool() function
483 std::unique_ptr<thread::ThreadPool> threadpool = ctx->CreateThreadPool( in RestoreInternal()
1361 thread_pool_ = ctx->CreateThreadPool(kSnapshotReaderWorkerPool, in Initialize()1780 thread_pool_ = ctx->CreateThreadPool(kSnapshotWriterWorkerPool, in Initialize()
342 thread_pool_ = ctx->CreateThreadPool(kTfDataParallelInterleaveWorkerPool, in Initialize()