Home
last modified time | relevance | path

Searched refs:GetThreadPool (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/art/compiler/jit/
H A Djit_compiler.cc215 if (jit->GetThreadPool() == nullptr || jit->GetThreadPool()->GetTaskCount(self) == 0) { in CompileMethod()
/aosp_15_r20/art/runtime/jit/
H A Djit.cc684 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 Djit.h319 JitThreadPool* GetThreadPool() const { in GetThreadPool() function
H A Djit_code_cache.cc1275 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 Ddelegate_test.cc51 TEST(Delegate, GetThreadPool) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_worker_cache.h33 thread::ThreadPool* GetThreadPool() const { return threadpool_.get(); } in GetThreadPool() function
H A Dgrpc_worker_cache_test.cc78 thread::ThreadPool* tp = grpc_worker_env->GetThreadPool(); in TEST()
H A Dgrpc_worker_cache.cc65 worker_env_->GetThreadPool(), &logger_, target); in GetOrCreateWorker()
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_sweep.cc862 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 Dtfrt_context.cc50 eager_context_->GetThreadPool()->AsEigenThreadPool()); in TfrtContext()
/aosp_15_r20/art/tools/jvmti-agents/jit-load/
H A Djitload.cc44 auto* thread_pool = jit->GetThreadPool(); in GetJitThread()
/aosp_15_r20/art/runtime/
H A Druntime.cc868 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 Druntime.h1014 ThreadPool* GetThreadPool() const { in GetThreadPool() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DDebugger.h503 static llvm::ThreadPoolInterface &GetThreadPool();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DDebugger.h503 static llvm::ThreadPoolInterface &GetThreadPool();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DDebugger.h494 static llvm::ThreadPoolInterface &GetThreadPool();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DDebugger.h502 static llvm::ThreadPool &GetThreadPool();
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.h157 tensorflow::thread::ThreadPool* GetThreadPool() { return pool_.get(); } in GetThreadPool() function
H A Dtpu_client.cc713 auto* thread_pool = client_->GetThreadPool(); in ExecuteOnLocalDevices()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.h162 thread::ThreadPool* GetThreadPool() { return thread_pool_.get(); } in GetThreadPool() function
/aosp_15_r20/art/runtime/gc/
H A Dheap.h792 ThreadPool* GetThreadPool() { in GetThreadPool() function
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc1062 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()