libgomp: acc_async_test

1 
1 5.6 'acc_async_test' - Test for completion of a specific asynchronous operation.
1 ================================================================================
1 
1 _Description_
1      This function tests for completion of the asynchrounous operation
1      specified in ARG.  In C/C++, a non-zero value will be returned to
1      indicate the specified asynchronous operation has completed.  While
1      Fortran will return a 'true'.  If the asynchrounous operation has
1      not completed, C/C++ returns a zero and Fortran returns a 'false'.
1 
1 _C/C++_:
1      _Prototype_:   'int acc_async_test(int arg);'
1 
1 _Fortran_:
1      _Interface_:   'function acc_async_test(arg)'
1                     'integer(kind=acc_handle_kind) arg'
1                     'logical acc_async_test'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.6.
1