Home
last modified time | relevance | path

Searched refs:ThreadPoolWorker (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dthread_pool.cc49 ThreadPoolWorker::ThreadPoolWorker(AbstractThreadPool* thread_pool, in ThreadPoolWorker() function in art::ThreadPoolWorker
85 ThreadPoolWorker::~ThreadPoolWorker() { in ~ThreadPoolWorker()
102 void ThreadPoolWorker::SetPthreadPriority(int priority) { in SetPthreadPriority()
110 int ThreadPoolWorker::GetPthreadPriority() { in GetPthreadPriority()
118 void ThreadPoolWorker::Run() { in Run()
128 void* ThreadPoolWorker::Callback(void* arg) { in Callback()
129 ThreadPoolWorker* worker = reinterpret_cast<ThreadPoolWorker*>(arg); in Callback()
223 new ThreadPoolWorker(this, worker_name, worker_stack_size_)); in CreateThreads()
232 const std::vector<ThreadPoolWorker*>& AbstractThreadPool::GetWorkers() { in GetWorkers()
350 for (ThreadPoolWorker* worker : threads_) { in SetPthreadPriority()
[all …]
H A Dthread_pool.h76 class ThreadPoolWorker {
85 virtual ~ThreadPoolWorker();
96 ThreadPoolWorker(AbstractThreadPool* thread_pool, const std::string& name, size_t stack_size);
108 DISALLOW_COPY_AND_ASSIGN(ThreadPoolWorker);
119 EXPORT const std::vector<ThreadPoolWorker*>& GetWorkers();
199 std::vector<ThreadPoolWorker*> threads_;
209 friend class ThreadPoolWorker;
224 size_t worker_stack_size = ThreadPoolWorker::kDefaultStackSize) {
H A Dtrace.h192 /* worker_stack_size= */ ThreadPoolWorker::kDefaultStackSize) {} in TraceWriterThreadPool()
/aosp_15_r20/external/pytorch/benchmarks/inference/
H A DCHANGELOG.md38 …rkers` option to `server.py` that allows more than 1 worker in the `ThreadPoolWorker` used for mod…
/aosp_15_r20/art/runtime/jit/
H A Djit.h119 size_t worker_stack_size = ThreadPoolWorker::kDefaultStackSize) {
/aosp_15_r20/system/extras/simpleperf/testdata/
H A Dperf_display_bitmaps.perf-script10621 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10622 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10698 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10699 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10761 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10762 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10807 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10808 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10852 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10853 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
[all …]
H A Dperf_display_bitmaps.header.perf-script10636 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10637 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10713 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10714 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10776 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10777 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10822 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10823 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
10867 74ad52d428 art::ThreadPoolWorker::Run() (/apex/com.android.runtime/lib64/libart.so)
10868 74ad52cf10 art::ThreadPoolWorker::Callback(void*) (/apex/com.android.runtime/lib64/libart.so)
[all …]
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc1929 for (ThreadPoolWorker* worker : parallel_thread_pool_->GetWorkers()) { in Verify()
1951 for (ThreadPoolWorker* worker : parallel_thread_pool_->GetWorkers()) { in Verify()