Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dthread_pool.h142 auto *proc = allocator_->New<Proc>(args_); in Help() local
226 static void WorkerEntry(ThreadPool<Task, Proc, ProcArg> *thread_pool, Proc *proc, int i) in WorkerEntry() argument
298 for (auto proc : procs_) { in WaitForWorkers() local
324 auto proc = allocator_->New<Proc>(args_); in CreateNewThread() local