Next: omp_set_nest_lock, Previous: omp_destroy_lock, Up: Runtime Library Routines
omp_init_nest_lock
– Initialize nested lockPrototype: | void omp_init_nest_lock(omp_nest_lock_t *lock);
|
Interface: | subroutine omp_init_nest_lock(lock)
|
integer(omp_nest_lock_kind), intent(out) :: lock
|