reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/openmp/runtime/src/kmp.h
 3560 extern void __kmp_task_team_sync(kmp_info_t *this_thr, kmp_team_t *team);

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1521         __kmp_task_team_sync(this_thr, team);
 1650         __kmp_task_team_sync(this_thr, team);
 2068     __kmp_task_team_sync(this_thr, team);