Searched refs:task_queued_count (Results 1 – 9 of 9) sorted by relevance
536 ++team->task_queued_count; in GOMP_task()639 ++team->task_queued_count; in gomp_target_task_completion()875 ++team->task_queued_count; in gomp_create_target_task()1092 if (--team->task_queued_count == 0) in gomp_task_run_pre()1214 ++team->task_queued_count; in gomp_task_run_post_handle_dependers()
362 ++team->task_queued_count; in GOMP_taskloop()
663 unsigned int task_queued_count; member
204 team->task_queued_count = 0; in gomp_new_team()
574 ++team->task_queued_count; in GOMP_task()677 ++team->task_queued_count; in gomp_target_task_completion()935 ++team->task_queued_count; in gomp_create_target_task()1152 if (--team->task_queued_count == 0) in gomp_task_run_pre()1274 ++team->task_queued_count; in gomp_task_run_post_handle_dependers()
381 ++team->task_queued_count; in GOMP_taskloop()
729 unsigned int task_queued_count; member
215 team->task_queued_count = 0; in gomp_new_team()
13634 team_cancelled and task_queued_count fields.13680 team_cancelled and task_queued_count fields. Add comments about13720 num_children field in taskgroup. Increment task_queued_count.