Searched defs:Task (Results 1 – 5 of 5) sorted by relevance
38 Task() : opt_method_ {} {} in Task() function40 explicit Task(Method &method) : opt_method_ {method} {} in Task() function
23 class Task; variable
24 Task::Task(PandaVM *vm, ObjectHeader *obj) in Task() function in panda::scheduler::Task
33 Task(int32_t id) : id_(id) {}; in Task() function
226 static void WorkerEntry(ThreadPool<Task, Proc, ProcArg> *thread_pool, Proc *proc, int i) in WorkerEntry()