Searched defs:TaskNode (Results 1 – 2 of 2) 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