Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 1.45 KB

File metadata and controls

58 lines (49 loc) · 1.45 KB
title omp_lock_t | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
omp_lock_t
dev_langs
C++
helpviewer_keywords
omp_lock_t OpenMP data type
ms.assetid 51b80629-4ffc-4b8a-95c7-1af048f1f286
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

omp_lock_t

A type that holds the status of a lock, whether the lock is available or if a thread owns a lock.

The following functions use omp_lock_t:

For more information, see 3.2 Lock Functions.

Example

See omp_init_lock for an example of using omp_lock_t.

See Also

Data Types