libgomp: omp_destroy_lock

1 
1 2.34 'omp_destroy_lock' - Destroy simple lock
1 =============================================
1 
1 _Description_:
1      Destroy a simple lock.  In order to be destroyed, a simple lock
1      must be in the unlocked state.
1 
1 _C/C++_:
1      _Prototype_:   'void omp_destroy_lock(omp_lock_t *lock);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine omp_destroy_lock(svar)'
1                     'integer(omp_lock_kind), intent(inout) :: svar'
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