Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp93 bool TaskScheduler::FillWithTasks(WorkerThread *worker, size_t tasksCount) in FillWithTasks()
153 size_t TaskScheduler::PutTasksInWorker(WorkerThread *worker) in PutTasksInWorker()
242 for (auto worker : workers_) { in Finalize() 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/mem/gc/g1/
Dupdate_remset_worker.h208 …explicit SuspendUpdateRemsetWorkerScope(UpdateRemsetWorker<LanguageConfig> *worker) : worker_(work… in SuspendUpdateRemsetWorkerScope()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp437 for (auto *worker : workers_) { in MainCoroutineCompleted() local
455 for (auto *worker : workers_) { in MainCoroutineCompleted() local
Dstackful_coroutine_worker.cpp182 void StackfulCoroutineWorker::ScheduleLoopProxy(void *worker) in ScheduleLoopProxy()
/arkcompiler/runtime_core/static_core/dprof/daemon/
Dmain.cpp253 Worker worker; in Main() local
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp250 …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.cpp681 std::thread worker([&allocateObjects, &vec1] { in TEST_F() local