Next: _gfortran_caf_event_wait, Previous: _gfortran_caf_unlock, Up: Function ABI Documentation
_gfortran_caf_event_post
— Post an eventvoid _gfortran_caf_event_post (caf_token_t token, size_t index,
int image_index, int *stat, char *errmsg, size_t errmsg_len)
token | intent(in) An opaque pointer identifying the coarray.
|
index | intent(in) Array index; first array index is 0. For
scalars, it is always 0.
|
image_index | intent(in) The ID of the remote image; must be a
positive number; zero indicates the current image, when accessed noncoindexed.
|
stat | intent(out) Stores the STAT=; may be NULL.
|
errmsg | intent(out) When an error occurs, this will be set to
an error message; may be NULL.
|
errmsg_len | intent(in) the buffer size of errmsg
|
event_wait
on the remote
image returns.