From 11:00 PM CST Friday, Apr 11th - 1:30 PM CST Saturday, Apr 12th, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

omp_destroy_lock

omp_destroy_lock

void omp_destroy_lock (omp_lock_t *lock);

Purpose

Changes the state of a simple 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 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

Was this information helpful?

Help us improve your future ni.com experience.

What are you trying to do?

Submit