omp_destroy_nest_lock(nvar)

Purpose

This subroutine initializes a nestable lock variable, causing the lock variable to become undefined. The variable nvar must be an unlocked and initialized nestable lock variable.

If you call omp_destroy_nest_lock using an uninitialized variable, the result is undefined.

Class

Subroutine.

Argument Type and Attributes

svar
Type integer with kind omp_nest_lock_kind.

Result Type and Attributes

Result Value

IBM Copyright 2003