libgomp: acc_wait_all

1 
1 5.9 'acc_wait_all' - Waits for completion of all asynchronous operations.
1 =========================================================================
1 
1 _Description_
1      This function waits for the completion of all asynchronous
1      operations.
1 
1 _C/C++_:
1      _Prototype_:   'acc_wait_all(void);'
1      _Prototype     'acc_async_wait_all(void);'
1      (OpenACC 1.0
1      compatibility)_:
1 
1 _Fortran_:
1      _Interface_:   'subroutine acc_wait_all()'
1      _Interface     'subroutine acc_async_wait_all()'
1      (OpenACC 1.0
1      compatibility)_:
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.10.
1