Home
last modified time | relevance | path

Searched refs:task_queued_count (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c536 ++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()
H A Dtaskloop.c362 ++team->task_queued_count; in GOMP_taskloop()
H A Dlibgomp.h663 unsigned int task_queued_count; member
H A Dteam.c204 team->task_queued_count = 0; in gomp_new_team()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtask.c574 ++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()
H A Dtaskloop.c381 ++team->task_queued_count; in GOMP_taskloop()
H A Dlibgomp.h729 unsigned int task_queued_count; member
H A Dteam.c215 team->task_queued_count = 0; in gomp_new_team()
H A DChangeLog13634 team_cancelled and task_queued_count fields.
13680 team_cancelled and task_queued_count fields. Add comments about
13720 num_children field in taskgroup. Increment task_queued_count.