Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/jobs/
Dthread_pool.h38 Task() : opt_method_ {} {} in Task() function
40 explicit Task(Method &method) : opt_method_ {method} {} in Task() function
/arkcompiler/runtime_core/runtime/scheduler/
Dworker_thread.h23 class Task; variable
Dtask.cpp24 Task::Task(PandaVM *vm, ObjectHeader *obj) in Task() function in panda::scheduler::Task
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtask.h33 Task(int32_t id) : id_(id) {}; in Task() function
/arkcompiler/runtime_core/runtime/
Dthread_pool.h226 static void WorkerEntry(ThreadPool<Task, Proc, ProcArg> *thread_pool, Proc *proc, int i) in WorkerEntry()