Admin Production ni-theme
Current Publication

omp_destroy_nest_lock

LabWindows/CVI

omp_destroy_nest_lock

void omp_destroy_nest_lock (omp_nest_lock_t *lock);

Purpose

Changes the state of a nestable lock to uninitialized.

Note Note  The OpenMP Run-Time Library is available only in the LabWindows/CVI Full Development System.

You must pass an unlocked nestable lock to this function.

Binding thread set: all threads

Parameters

Input
Name Type Description
lock omp_nest_lock_t * A pointer to a variable of type omp_nest_lock_t. After this function returns, this variable represents an uninitialized lock. Use the omp_init_nest_lock function to initialize the lock.

Return Value

None.

Additional Information

Library: OpenMP Run-Time Library

Include file: omp.h

LabWindows/CVI compatibility: LabWindows/CVI 2013 and later