Home
last modified time | relevance | path

Searched refs:__kmp_task_team_sync (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp1494 __kmp_task_team_sync(this_thr, team); in __kmp_barrier_template()
1622 __kmp_task_team_sync(this_thr, team); in __kmp_end_split_barrier()
2042 __kmp_task_team_sync(this_thr, team); in __kmp_fork_barrier()
H A Dkmp.h3687 extern void __kmp_task_team_sync(kmp_info_t *this_thr, kmp_team_t *team);
H A Dkmp_tasking.cpp3653 void __kmp_task_team_sync(kmp_info_t *this_thr, kmp_team_t *team) { in __kmp_task_team_sync() function