libgomp: omp_destroy_nest_lock

1 
1 2.39 'omp_destroy_nest_lock' - Destroy nested lock
1 ==================================================
1 
1 _Description_:
1      Destroy a nested lock.  In order to be destroyed, a nested lock
1      must be in the unlocked state and its nesting count must equal
1      zero.
1 
1 _C/C++_:
1      _Prototype_:   'void omp_destroy_nest_lock(omp_nest_lock_t *);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine omp_destroy_nest_lock(nvar)'
1                     'integer(omp_nest_lock_kind), intent(inout) :: nvar'
1 
1 _See also_:
1      ⇒omp_init_lock
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.3.3.
1