/aosp12/art/runtime/ |
H A D | thread_pool_test.cc | 64 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 79 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 104 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 127 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() 154 ThreadPool thread_pool("Thread pool test thread pool", num_threads); in TEST_F() local 195 ThreadPool thread_pool("Thread pool test thread pool", 1); in TEST_F() local 207 ThreadPool thread_pool("Thread pool test thread pool", 1, true); in TEST_F() local
|
H A 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
|
H A D | monitor_test.cc | 269 ThreadPool thread_pool(pool_name, 3); in CommonWaitSetup() local 350 ThreadPool thread_pool("the pool", 2); in TEST_F() local
|
H A D | thread_pool.cc | 49 ThreadPoolWorker::ThreadPoolWorker(ThreadPool* thread_pool, const std::string& name, in ThreadPoolWorker()
|
H A D | oat_file_assistant_test.cc | 1314 ThreadPool thread_pool("Oat file assistant test thread pool", kNumThreads); in TEST_F() local
|
H A D | runtime.cc | 3126 std::unique_ptr<ThreadPool> thread_pool; in DeleteThreadPool() local
|
/aosp12/art/runtime/gc/ |
H A 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
|
/aosp12/system/update_engine/payload_generator/ |
H A D | full_update_generator.cc | 183 base::DelegateSimpleThreadPool thread_pool("full-update-generator", in GenerateOperations() local
|
H A D | delta_diff_generator.cc | 196 base::DelegateSimpleThreadPool thread_pool{"partition-thread-pool", in GenerateUpdatePayloadFile() local
|
H A D | delta_diff_utils.cc | 406 base::DelegateSimpleThreadPool thread_pool("incremental-update-generator", in DeltaReadPartition() local
|
/aosp12/art/runtime/gc/collector/ |
H A D | mark_sweep.cc | 673 MarkStackTask(ThreadPool* thread_pool, in MarkStackTask() 831 CardScanTask(ThreadPool* thread_pool, in CardScanTask() 882 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() local 996 RecursiveMarkTask(ThreadPool* thread_pool, in RecursiveMarkTask() 1034 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() local 1394 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel() local
|
/aosp12/art/tools/jvmti-agents/jit-load/ |
H A D | jitload.cc | 44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread() local
|
/aosp12/art/runtime/gc/space/ |
H A D | large_object_space_test.cc | 164 ThreadPool thread_pool("Large object space test thread pool", kNumThreads); in RaceTest() local
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 1359 ThreadPool* thread_pool) in ParallelCompilationManager() 1669 ThreadPool* thread_pool, in ResolveDexFile() 2017 ThreadPool* thread_pool, in VerifyDexFile() 2087 ThreadPool* thread_pool, in SetVerifiedDexFile() 2559 ThreadPool* thread_pool, in CompileDexFile()
|