OMP_UNSET_LOCK

OMP_UNSET_NEST_LOCK

Purpose:

This subroutine releases the lock from the executing subroutine.

Format:

Fortran

SUBROUTINE OMP_UNSET_LOCK(var)
SUBROUTINE OMP_UNSET_NEST_LOCK(var)

C/C++

#include <omp.h>
void omp_unset_lock(omp_lock_t *lock)
void omp_unset_nest__lock(omp_nest_lock_t *lock)

Notes & Restrictions: