Lines Matching full:task
103 offset_and_size_t th_task_team; // task team struct
104 offset_and_size_t th_current_task; // innermost task being executed
106 th_task_state; // alternating 0/1 for task team identification
134 offset_and_size_t t_task_team; // task team structure
135 offset_and_size_t t_implicit_task; // taskdata for the thread's implicit task
186 offset_and_size_t td_task_id; // task id
187 offset_and_size_t td_flags; // task flags
188 offset_and_size_t td_team; // team for this task
189 offset_and_size_t td_parent; // parent task
190 offset_and_size_t td_level; // task testing level
191 offset_and_size_t td_ident; // task identifier
192 offset_and_size_t td_allocated_child_tasks; // child tasks (+ current task)
208 /* Task dependency */
210 td_depnode; // pointer to graph node if the task has dependencies