]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/the-libgomp-abi/implementing-ordered-construct.rst
2c5a1960d8afeaebffe0781c768efda5fb9e786d
[thirdparty/gcc.git] / libgomp / doc / the-libgomp-abi / implementing-ordered-construct.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 .. _implementing-ordered-construct:
7
8 Implementing ORDERED construct
9 ******************************
10
11 .. code-block:: c++
12
13 void GOMP_ordered_start (void)
14 void GOMP_ordered_end (void)