libgomp: omp_init_nest_lock

1 
1 2.35 'omp_init_nest_lock' - Initialize nested lock
1 ==================================================
1 
1 _Description_:
1      Initialize a nested lock.  After initialization, the lock is in an
1      unlocked state and the nesting count is set to zero.
1 
1 _C/C++_:
1      _Prototype_:   'void omp_init_nest_lock(omp_nest_lock_t *lock);'
1 
1 _Fortran_:
1      _Interface_:   'subroutine omp_init_nest_lock(nvar)'
1                     'integer(omp_nest_lock_kind), intent(out) :: nvar'
1 
1 _See also_:
1      ⇒omp_destroy_nest_lock
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.3.1.
1