LLVM OpenMP 22.0.0git
myLock Struct Reference

Public Member Functions

 myLock ()
 ~myLock ()

Public Attributes

omp_lock_t lock

Detailed Description

Definition at line 13 of file lock_double_destroy.cpp.

Constructor & Destructor Documentation

◆ myLock()

myLock::myLock ( )
inline

Definition at line 15 of file lock_double_destroy.cpp.

References lock.

◆ ~myLock()

myLock::~myLock ( )
inline

Definition at line 16 of file lock_double_destroy.cpp.

References lock.

Member Data Documentation

◆ lock

omp_lock_t myLock::lock

Definition at line 14 of file lock_double_destroy.cpp.

Referenced by myLock(), and ~myLock().


The documentation for this struct was generated from the following file: