omp_destroy_lock

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

Uninitializes a lock.

Syntax

void omp_destroy_lock(  
   omp_lock_t *lock  
);  

Remarks

where,

lock
A variable of type omp_lock_t that was initialized with omp_init_lock.

Remarks

For more information, see 3.2.2 omp_destroy_lock and omp_destroy_nest_lock Functions.

Example

See omp_init_lock for an example of using omp_destroy_lock.

See Also

Functions