Searched refs:__kmp_task_team_sync (Results 1 – 3 of 3) sorted by relevance
2034 __kmp_task_team_sync(this_thr, team); in __kmp_barrier_template()2169 __kmp_task_team_sync(this_thr, team); in __kmp_end_split_barrier()2598 __kmp_task_team_sync(this_thr, team); in __kmp_fork_barrier()
4145 extern void __kmp_task_team_sync(kmp_info_t *this_thr, kmp_team_t *team);
4254 void __kmp_task_team_sync(kmp_info_t *this_thr, kmp_team_t *team) { function