Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dtask.c1122 gomp_task_run_pre (struct gomp_task *child_task, struct gomp_task *parent, in gomp_task_run_pre() function
1398 cancelled = gomp_task_run_pre (child_task, child_task->parent, in gomp_barrier_handle_tasks()
1558 = gomp_task_run_pre (child_task, task, team); in GOMP_taskwait()
1831 = gomp_task_run_pre (child_task, task, team); in gomp_task_maybe_wait_for_dependencies()
2031 = gomp_task_run_pre (child_task, child_task->parent, team); in GOMP_taskgroup_end()
DChangeLog7036 (gomp_task_run_pre): If taskgroup has workshare flag set, check
10597 (gomp_task_run_pre): Use priority queues.
11132 (gomp_task_run_pre): Call verify_*_queue functions.
11138 (gomp_barrier_handle_tasks): Adjust gomp_task_run_pre caller.
11145 (GOMP_taskgroup_end): Adjust gomp_task_run_pre caller.
13268 (gomp_task_run_pre): Update last_parent_depends_on if scheduling
13721 (gomp_task_run_pre, gomp_task_run_post_remove_parent,