/aosp_15_r20/art/compiler/jit/ |
H A D | jit_compiler.cc | 215 if (jit->GetThreadPool() == nullptr || jit->GetThreadPool()->GetTaskCount(self) == 0) { in CompileMethod()
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit.cc | 684 JitThreadPool* thread_pool = Runtime::Current()->GetJit()->GetThreadPool(); in Finalize() 1460 GetThreadPool()->StopWorkers(self); in Stop() 1465 GetThreadPool()->StartWorkers(Thread::Current()); in Start() 1470 was_on_ = (jit != nullptr) && (jit->GetThreadPool() != nullptr); in ScopedJitSuspend() 1479 DCHECK(Runtime::Current()->GetJit()->GetThreadPool() != nullptr); in ~ScopedJitSuspend()
|
H A D | jit.h | 319 JitThreadPool* GetThreadPool() const { in GetThreadPool() function
|
H A D | jit_code_cache.cc | 1275 JitThreadPool* pool = Runtime::Current()->GetJit()->GetThreadPool(); in AddZombieCodeInternal() 1900 JitThreadPool* pool = runtime->GetJit()->GetThreadPool(); in PostForkChildAction()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | delegate_test.cc | 51 TEST(Delegate, GetThreadPool) { in TEST() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_worker_cache.h | 33 thread::ThreadPool* GetThreadPool() const { return threadpool_.get(); } in GetThreadPool() function
|
H A D | grpc_worker_cache_test.cc | 78 thread::ThreadPool* tp = grpc_worker_env->GetThreadPool(); in TEST()
|
H A D | grpc_worker_cache.cc | 65 worker_env_->GetThreadPool(), &logger_, target); in GetOrCreateWorker()
|
/aosp_15_r20/art/runtime/gc/collector/ |
H A D | mark_sweep.cc | 862 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount() 870 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ScanGrayObjects() 1019 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark() 1305 ThreadPool* thread_pool = GetHeap()->GetThreadPool(); in ProcessMarkStackParallel()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A D | tfrt_context.cc | 50 eager_context_->GetThreadPool()->AsEigenThreadPool()); in TfrtContext()
|
/aosp_15_r20/art/tools/jvmti-agents/jit-load/ |
H A D | jitload.cc | 44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread()
|
/aosp_15_r20/art/runtime/ |
H A D | runtime.cc | 868 if (kIsDebugBuild && jit->GetThreadPool() != nullptr) { in PostZygoteFork() 869 jit->GetThreadPool()->CheckPthreadPriority( in PostZygoteFork() 1102 jit_->GetThreadPool()->WaitForWorkersToBeCreated(); in Start() 3296 if (stpu.GetThreadPool() != nullptr) { in WaitForThreadPoolWorkersToStart() 3297 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
|
H A D | runtime.h | 1014 ThreadPool* GetThreadPool() const { in GetThreadPool() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | Debugger.h | 503 static llvm::ThreadPoolInterface &GetThreadPool();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | Debugger.h | 503 static llvm::ThreadPoolInterface &GetThreadPool();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | Debugger.h | 494 static llvm::ThreadPoolInterface &GetThreadPool();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | Debugger.h | 502 static llvm::ThreadPool &GetThreadPool();
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/ |
H A D | tpu_client.h | 157 tensorflow::thread::ThreadPool* GetThreadPool() { return pool_.get(); } in GetThreadPool() function
|
H A D | tpu_client.cc | 713 auto* thread_pool = client_->GetThreadPool(); in ExecuteOnLocalDevices()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | context.h | 162 thread::ThreadPool* GetThreadPool() { return thread_pool_.get(); } in GetThreadPool() function
|
/aosp_15_r20/art/runtime/gc/ |
H A D | heap.h | 792 ThreadPool* GetThreadPool() { in GetThreadPool() function
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space.cc | 1062 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()
|