Home
last modified time | relevance | path

Searched defs:worker (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp94 for (auto *worker : workers_) { in Initialize() local
98 for (auto *worker : workers_) { in Initialize() local
120 bool TaskScheduler::FillWithTasks(WorkerThread *worker) in FillWithTasks()
161 size_t TaskScheduler::PutTasksInWorker(WorkerThread *worker, TaskQueueId selectedQueue) in PutTasksInWorker()
194 for (auto *worker : workers_) { in AreWorkersEmpty() local
322 for (auto *worker : workers_) { in Finalize() local
325 for (auto *worker : workers_) { in Finalize() local
Dworker_thread.cpp134 for (auto *worker : workers) { in RegisterAllWorkersInLocalQueue() local
/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool.h325 for (auto worker : workers_) { in WaitForWorkers() local
360 auto worker = allocator_->New<std::thread>(WorkerEntry, this, proc, i); in CreateNewThread() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp522 for (auto *worker : workers_) { in DumpCoroutineStats() local
565 for (auto *worker : workers_) { in MainCoroutineCompleted() local
594 for (auto *worker : workers_) { in MainCoroutineCompleted() local
616 auto *worker = co->GetContext<StackfulCoroutineContext>()->GetWorker(); in IsMainWorker() local
Dstackful_coroutine_worker.cpp189 void StackfulCoroutineWorker::ScheduleLoopProxy(void *worker) in ScheduleLoopProxy()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_worker.h222 …explicit SuspendUpdateRemsetWorkerScope(UpdateRemsetWorker<LanguageConfig> *worker) : worker_(work… in SuspendUpdateRemsetWorkerScope()
/arkcompiler/runtime_core/static_core/dprof/daemon/
Dmain.cpp253 Worker worker; in Main() local
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp296 …auto *worker = runtime.GetInternalAllocator()->New<std::thread>(Worker, &queue, &lock, i, &result); in RunVerifier() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp687 std::thread worker([&allocateObjects, &vec1] { in TEST_F() local