omp_destroy_lock
- Updated2023-02-21
- 1 minute(s) read
omp_destroy_lock
void omp_destroy_lock (omp_lock_t *lock);
Purpose
Changes the state of a simple lock to uninitialized.
![]() |
Note The OpenMP Run-Time Library is available only in the LabWindows/CVI Full Development System. |
You must pass an unlocked simple lock to this function.
Binding thread set: all threads
Parameters
Input | ||
Name | Type | Description |
lock | omp_lock_t * | A pointer to a variable of type omp_lock_t. After this function returns, this variable represents an uninitialized lock. Use the omp_init_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