Next: omp_init_nest_lock, Previous: omp_unset_lock, Up: Runtime Library Routines [Contents][Index]
omp_destroy_lock
– Destroy simple lockDestroy a simple lock. In order to be destroyed, a simple lock must be in the unlocked state.
Prototype: | void omp_destroy_lock(omp_lock_t *lock); |
Interface: | subroutine omp_destroy_lock(svar) |
integer(omp_lock_kind), intent(inout) :: svar |
OpenMP specification v4.5, Section 3.3.3.