Searched refs:CreateThreadPool (Results 1 – 11 of 11) sorted by relevance
494 TaskEnvironment::TestTaskTracker* TaskEnvironment::CreateThreadPool() { in CreateThreadPool() function in base::test::TaskEnvironment521 task_tracker_ = CreateThreadPool(); in InitializeThreadPool()
351 static TestTaskTracker* CreateThreadPool();
211 void CreateThreadPool();
1086 void Jit::CreateThreadPool() { in CreateThreadPool() function in art::jit::Jit
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
789 void CreateThreadPool(size_t num_threads = 0);
1135 void Heap::CreateThreadPool(size_t num_threads) { in CreateThreadPool() function in art::gc::Heap
385 thread_pool_ = ctx->CreateThreadPool( in Initialize()
3007 jit_->CreateThreadPool(); in CreateJit()