Searched refs:task_count (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/gcn/ |
H A D | bar.c | 90 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 D | bar.c | 88 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 D | bar.c | 92 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 D | bar.c | 93 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 D | bar.c | 93 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 D | task.c | 394 || 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 D | taskloop.c | 211 || team->task_count + num_tasks > 64 * team->nthreads) in GOMP_taskloop() 380 ++team->task_count; in GOMP_taskloop()
|
H A D | libgomp.h | 727 unsigned int task_count; member
|
H A D | team.c | 214 team->task_count = 0; in gomp_new_team()
|
H A D | ChangeLog | 15304 (struct gomp_team): Add task_lock, task_queue, task_count,
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/posix/ |
H A D | bar.c | 126 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 D | bar.c | 126 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 D | task.c | 388 || 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 D | taskloop.c | 192 || team->task_count + num_tasks > 64 * team->nthreads) in GOMP_taskloop() 361 ++team->task_count; in GOMP_taskloop()
|
H A D | libgomp.h | 661 unsigned int task_count; member
|
H A D | team.c | 203 team->task_count = 0; in gomp_new_team()
|