_gfortran_caf_sync_team — Synchronize all images of a given team ¶void _gfortran_caf_sync_team (caf_team_t team, int *stat, char *errmsg,
size_t errmsg_len)
Blocks execution of the image calling SYNC TEAM until all images of the
team given by team have joined the synchronisation call.
| team | intent(in) The opaque pointer to an active team |
| stat | intent(out) Stores the status STAT= and may be NULL. |
| errmsg | intent(out) When an error occurs, this is set to an error message; may be NULL. |
| errmsg_len | intent(in) the buffer size of errmsg |