omp_init_nest_lock – Initialize nested lock ¶Initialize 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.