Compaq Fortran for Tru64 UNIX Alpha Systems V5.4

omp_destroy_lock (3f)


Syntax

  interface
     subroutine omp_destroy_lock ( var )
     integer ( kind=8 ) var
     end subroutine omp_destroy_lock
  end interface
  integer ( kind=8 ) v
  call omp_destroy_lock ( v )

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_init_lock(3f), omp_set_lock(3f), omp_test_lock(3f), omp_unset_lock(3f)