Next: omp_set_lock, Previous: omp_set_schedule, Up: Runtime Library Routines [Contents][Index]
omp_init_lock
– Initialize simple lockInitialize a simple lock. After initialization, the lock is in an unlocked state.
Prototype: | void omp_init_lock(omp_lock_t *lock); |
Interface: | subroutine omp_init_lock(svar) |
integer(omp_lock_kind), intent(out) :: svar |
OpenMP specification v4.5, Section 3.3.1.