Searched defs:thread_pool (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | thread_pool_test.cc | 63 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 78 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 103 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 130 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local
|
D | barrier_test.cc | 63 ThreadPool thread_pool("Barrier test thread pool", num_threads); in TEST_F() local 114 ThreadPool thread_pool("Barrier test thread pool", num_threads); in TEST_F() local
|
D | thread_pool.cc | 36 ThreadPoolWorker::ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, in ThreadPoolWorker()
|
D | monitor_test.cc | 320 ThreadPool thread_pool(pool_name, 3); in CommonWaitSetup() local
|
D | oat_file_assistant_test.cc | 1307 ThreadPool thread_pool("Oat file assistant test thread pool", kNumThreads); in TEST_F() local
|
/art/runtime/gc/ |
D | task_processor_test.cc | 66 ThreadPool thread_pool("task processor test", 1U); in TEST_F() local 136 ThreadPool thread_pool("task processor test", 1U); in TEST_F() local
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 649 MarkStackTask(ThreadPool* thread_pool, in MarkStackTask() 807 CardScanTask(ThreadPool* thread_pool, in CardScanTask() 858 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local 972 RecursiveMarkTask(ThreadPool* thread_pool, in RecursiveMarkTask() 1010 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local 1371 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 154 ThreadPool thread_pool("Large object space test thread pool", kNumThreads); in RaceTest() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1865 ThreadPool* thread_pool) in ParallelCompilationManager() 2180 ThreadPool* thread_pool, in ResolveDexFile() 2314 ThreadPool* thread_pool, in VerifyDexFile() 2378 ThreadPool* thread_pool, in SetVerifiedDexFile() 2707 ThreadPool* thread_pool, in CompileDexFile()
|