Compaq Fortran for Tru64 UNIX Alpha Systems V5.4
omp_unset_lock (3f)
releases the executing thread from ownership of the lock
Syntax
interface
subroutine omp_unset_lock ( var )
integer ( kind=8 ) var
end subroutine omp_unset_lock
end interface
integer ( kind=8 ) v
call omp_unset_lock ( v )
Description
If the thread does not own the lock specified by the variable, the behavior
is undefined.
Restrictions
Attempting to call this routine with a lock variable that has not been
initialized is an invalid operation and will cause a run-time error.
See Also
omp_destroy_lock(3f), omp_init_lock(3f), omp_set_lock(3f),
omp_test_lock(3f)