Next: acc_async_test_all, Previous: acc_get_device_num, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_async_test
– Test for completion of a specific asynchronous operation.This function tests for completion of the asynchrounous operation specified
in arg. In C/C++, a non-zero value will be returned to indicate
the specified asynchronous operation has completed. While Fortran will return
a true
. If the asynchrounous operation has not completed, C/C++ returns
a zero and Fortran returns a false
.
Prototype: | int acc_async_test(int arg); |
Interface: | function acc_async_test(arg) |
integer(kind=acc_handle_kind) arg | |
logical acc_async_test |
OpenACC specification v2.0, section 3.2.6.