Searched defs:TaskNode (Results 1 – 3 of 3) sorted by relevance
29 struct TaskNode { struct30 Task task;31 bool available;32 std::vector<std::atomic_bool*> subTaskFlag;
63 typedef struct TaskNode { struct68 struct TaskNode *next; argument
50 struct TaskNode { struct51 int id; // -1 if not alloc52 unsigned int seq;53 int pos; // the position of timer ring54 int round; // timer ring round55 struct TimerTask timerTask;