Next: omp_get_wtick, Previous: omp_unset_nest_lock, Up: Runtime Library Routines
omp_destroy_nest_lock
– Destroy nested lockPrototype: | void omp_destroy_nest_lock(omp_nest_lock_t *);
|
Interface: | subroutine omp_destroy_nest_lock(lock)
|
integer(omp_nest_lock_kind), intent(inout) :: lock
|