libgomp: acc_wait_async

1 
1 5.11 'acc_wait_async' - Wait for completion of asynchronous operations.
1 =======================================================================
1 
1 _Description_
1      This function enqueues a wait operation on queue ASYNC for any and
1      all asynchronous operations enqueued on queue ARG.
1 
1 _C/C++_:
1      _Prototype_:   'acc_wait_async(int arg, int async);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine acc_wait_async(arg, async)'
1                     'integer(acc_handle_kind) arg, async'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.9.
1