libgomp: acc_wait

1 
1 5.8 'acc_wait' - Wait for completion of a specific asynchronous operation.
1 ==========================================================================
1 
1 _Description_
1      This function waits for completion of the asynchronous operation
1      specified in ARG.
1 
1 _C/C++_:
1      _Prototype_:   'acc_wait(arg);'
1      _Prototype     'acc_async_wait(arg);'
1      (OpenACC 1.0
1      compatibility)_:
1 
1 _Fortran_:
1      _Interface_:   'subroutine acc_wait(arg)'
1                     'integer(acc_handle_kind) arg'
1      _Interface     'subroutine acc_async_wait(arg)'
1      (OpenACC 1.0
1      compatibility)_:
1                     'integer(acc_handle_kind) arg'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.8.
1