]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/doc/openmp-runtime-library-routines/ompdestroylock.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openmp-runtime-library-routines / ompdestroylock.rst
CommitLineData
c63539ff
ML
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.. _omp_destroy_lock:
7
8omp_destroy_lock -- Destroy simple lock
9***************************************
10
11Description:
12 Destroy a simple lock. In order to be destroyed, a simple lock must be
13 in the unlocked state.
14
15C/C++:
16 .. list-table::
17
18 * - *Prototype*:
19 - ``void omp_destroy_lock(omp_lock_t *lock);``
20
21Fortran:
22 .. list-table::
23
24 * - *Interface*:
25 - ``subroutine omp_destroy_lock(svar)``
26 * -
27 - ``integer(omp_lock_kind), intent(inout) :: svar``
28
29See also:
30 :ref:`omp_init_lock`
31
32Reference:
3ed1b4ce 33 :openmp:`4.5`, Section 3.3.3.