Next: omp_set_nest_lock, Previous: omp_destroy_lock, Up: Runtime Library Routines [Contents][Index]
omp_init_nest_lock – Initialize nested lockInitialize a nested lock. After initialization, the lock is in an unlocked state and the nesting count is set to zero.
| Prototype: | void omp_init_nest_lock(omp_nest_lock_t *lock); |
| Interface: | subroutine omp_init_nest_lock(nvar) |
integer(omp_nest_lock_kind), intent(out) :: nvar |
OpenMP specification v4.5, Section 3.3.1.