Home
last modified time | relevance | path

Searched refs:in_taskgroup_wait (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dtask.c669 if (taskgroup && taskgroup->in_taskgroup_wait) in gomp_target_task_completion()
673 taskgroup->in_taskgroup_wait = false; in gomp_target_task_completion()
1260 if (taskgroup->in_taskgroup_wait) in gomp_task_run_post_handle_dependers()
1264 taskgroup->in_taskgroup_wait = false; in gomp_task_run_post_handle_dependers()
1357 if (empty && taskgroup->in_taskgroup_wait) in gomp_task_run_post_remove_taskgroup()
1359 taskgroup->in_taskgroup_wait = false; in gomp_task_run_post_remove_taskgroup()
1936 taskgroup->in_taskgroup_wait = false; in gomp_taskgroup_init()
2051 taskgroup->in_taskgroup_wait = true; in GOMP_taskgroup_end()
Dlibgomp.h625 bool in_taskgroup_wait; member