Next: acc_wait_async, Previous: acc_wait_all, Up: OpenACC Runtime Library Routines [Contents][Index]
acc_wait_all_async – Wait for completion of all asynchronous operations.This function enqueues a wait operation on the queue async for any and all asynchronous operations that have been previously enqueued on any queue.
| Prototype: | acc_wait_all_async(int async); |
| Interface: | subroutine acc_wait_all_async(async) |
integer(acc_handle_kind) async |
OpenACC specification v2.0, section 3.2.11.