Next: , Previous: omp_unset_nest_lock, Up: Runtime Library Routines


2.29 omp_destroy_nest_lock – Destroy nested lock

Description:
Destroy a nested lock. In order to be destroyed, a nested lock must be in the unlocked state and its nesting count must equal zero.
C/C++:

Prototype: void omp_destroy_nest_lock(omp_nest_lock_t *);

Fortran:

Interface: subroutine omp_destroy_nest_lock(lock)
integer(omp_nest_lock_kind), intent(inout) :: lock

See also:
omp_init_lock
Reference:
OpenMP specifications v3.0, section 3.3.2.