Home
last modified time | relevance | path

Searched refs:task_count (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dbar.c90 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_end()
166 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_cancel_end()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dbar.c88 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_end()
152 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_cancel_end()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dbar.c92 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_end()
169 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_cancel_end()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dbar.c93 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_end()
157 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_cancel_end()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dbar.c93 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_end()
157 if (__builtin_expect (team->task_count, 0)) in gomp_team_barrier_wait_cancel_end()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtask.c394 || team->task_count > 64 * team->nthreads) in GOMP_task()
573 ++team->task_count; in GOMP_task()
902 ++team->task_count; in gomp_create_target_task()
934 ++team->task_count; in gomp_create_target_task()
1273 ++team->task_count; in gomp_task_run_post_handle_dependers()
1377 if (team->task_count == 0) in gomp_barrier_handle_tasks()
1413 else if (team->task_count == 0 in gomp_barrier_handle_tasks()
1501 --team->task_count; in gomp_barrier_handle_tasks()
1660 team->task_count--; in GOMP_taskwait()
1908 team->task_count--; in gomp_task_maybe_wait_for_dependencies()
[all …]
H A Dtaskloop.c211 || team->task_count + num_tasks > 64 * team->nthreads) in GOMP_taskloop()
380 ++team->task_count; in GOMP_taskloop()
H A Dlibgomp.h727 unsigned int task_count; member
H A Dteam.c214 team->task_count = 0; in gomp_new_team()
H A DChangeLog15304 (struct gomp_team): Add task_lock, task_queue, task_count,
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dbar.c126 if (team->task_count) in gomp_team_barrier_wait_end()
188 if (team->task_count) in gomp_team_barrier_wait_cancel_end()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dbar.c126 if (team->task_count) in gomp_team_barrier_wait_end()
188 if (team->task_count) in gomp_team_barrier_wait_cancel_end()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c388 || team->task_count > 64 * team->nthreads) in GOMP_task()
535 ++team->task_count; in GOMP_task()
842 ++team->task_count; in gomp_create_target_task()
874 ++team->task_count; in gomp_create_target_task()
1213 ++team->task_count; in gomp_task_run_post_handle_dependers()
1317 if (team->task_count == 0) in gomp_barrier_handle_tasks()
1413 if (--team->task_count == 0 in gomp_barrier_handle_tasks()
1565 team->task_count--; in GOMP_taskwait()
1813 team->task_count--; in gomp_task_maybe_wait_for_dependencies()
2010 team->task_count--; in GOMP_taskgroup_end()
H A Dtaskloop.c192 || team->task_count + num_tasks > 64 * team->nthreads) in GOMP_taskloop()
361 ++team->task_count; in GOMP_taskloop()
H A Dlibgomp.h661 unsigned int task_count; member
H A Dteam.c203 team->task_count = 0; in gomp_new_team()