Home
last modified time | relevance | path

Searched defs:worker (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dupdate_remset_worker.h222 explicit SuspendUpdateRemsetWorkerScope(UpdateRemsetWorker<LanguageConfig> *worker) : worker_(worker) in SuspendUpdateRemsetWorkerScope() argument
/arkcompiler/runtime_core/static_core/dprof/daemon/
H A Dmain.cpp253 Worker worker; in Main() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dstackful_coroutine_worker.cpp189 void StackfulCoroutineWorker::ScheduleLoopProxy(void *worker) in ScheduleLoopProxy() argument
H A Dstackful_coroutine_manager.cpp616 auto *worker = co->GetContext<StackfulCoroutineContext>()->GetWorker(); IsMainWorker() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_pool.h360 auto worker = allocator_->New<std::thread>(WorkerEntry, this, proc, i); REQUIRES() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_scheduler.cpp120 bool TaskScheduler::FillWithTasks(WorkerThread *worker) in FillWithTasks() argument
161 size_t TaskScheduler::PutTasksInWorker(WorkerThread *worker, TaskQueueI argument
[all...]
/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp296 auto *worker = runtime.GetInternalAllocator()->New<std::thread>(Worker, &queue, &lock, i, &result); in RunVerifier() local

Completed in 6 milliseconds