Home
last modified time | relevance | path

Searched refs:CreateThreadPool (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h67 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool);
Dthreads.cpp1013 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in CreateThreadPool() function
Dapi.cpp150 CreateThreadPool(pContext, &pContext->threadPool); in SwrCreateContext()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h484 std::unique_ptr<thread::ThreadPool> CreateThreadPool(const string& name, in CreateThreadPool() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc483 std::unique_ptr<thread::ThreadPool> threadpool = ctx->CreateThreadPool( in RestoreInternal()
Dsnapshot_dataset_op.cc1361 thread_pool_ = ctx->CreateThreadPool(kSnapshotReaderWorkerPool, in Initialize()
1780 thread_pool_ = ctx->CreateThreadPool(kSnapshotWriterWorkerPool, in Initialize()
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_interleave_dataset_op.cc342 thread_pool_ = ctx->CreateThreadPool(kTfDataParallelInterleaveWorkerPool, in Initialize()