libgomp: acc_async_test_all

1 
1 5.7 'acc_async_test_all' - Tests for completion of all asynchronous operations.
1 ===============================================================================
1 
1 _Description_
1      This function tests for completion of all asynchrounous operations.
1      In C/C++, a non-zero value will be returned to indicate all
1      asynchronous operations have completed.  While Fortran will return
1      a 'true'.  If any asynchronous operation has not completed, C/C++
1      returns a zero and Fortran returns a 'false'.
1 
1 _C/C++_:
1      _Prototype_:   'int acc_async_test_all(void);'
1 
1 _Fortran_:
1      _Interface_:   'function acc_async_test()'
1                     'logical acc_get_device_num'
1 
1 _Reference_:
1      OpenACC specification v2.0 (https://www.openacc.org), section
1      3.2.7.
1