Next: omp_set_lock, Previous: omp_set_schedule, Up: Runtime Library Routines
omp_init_lock
– Initialize simple lockPrototype: | void omp_init_lock(omp_lock_t *lock);
|
Interface: | subroutine omp_init_lock(lock)
|
integer(omp_lock_kind), intent(out) :: lock
|