libgomp: acc_wait_all_async

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