]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/openacc-runtime-library-routines/accwaitall.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openacc-runtime-library-routines / accwaitall.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _acc_wait_all:
7
8 acc_wait_all -- Waits for completion of all asynchronous operations.
9 ********************************************************************
10
11 Description
12 This function waits for the completion of all asynchronous operations.
13
14 C/C++:
15 .. list-table::
16
17 * - *Prototype*:
18 - ``acc_wait_all(void);``
19 * - *Prototype (OpenACC 1.0 compatibility)*:
20 - ``acc_async_wait_all(void);``
21
22 Fortran:
23 .. list-table::
24
25 * - *Interface*:
26 - ``subroutine acc_wait_all()``
27 * - *Interface (OpenACC 1.0 compatibility)*:
28 - ``subroutine acc_async_wait_all()``
29
30 Reference:
31 :openacc:`2.6`, section
32 3.2.13.