VTK  9.1.0
Public Member Functions | Public Attributes | List of all members
vtk::detail::smp::OpenMP::Slot Struct Reference

#include <vtkSMPThreadLocalBackend.h>

Public Member Functions

 Slot ()
 
 ~Slot ()
 

Public Attributes

std::atomic< ThreadIdTypeThreadId
 
omp_lock_t ModifyLock
 
StoragePointerType Storage
 

Detailed Description

Definition at line 54 of file vtkSMPThreadLocalBackend.h.

Constructor & Destructor Documentation

◆ Slot()

vtk::detail::smp::OpenMP::Slot::Slot ( )

◆ ~Slot()

vtk::detail::smp::OpenMP::Slot::~Slot ( )

Member Data Documentation

◆ ThreadId

std::atomic<ThreadIdType> vtk::detail::smp::OpenMP::Slot::ThreadId

Definition at line 56 of file vtkSMPThreadLocalBackend.h.

◆ ModifyLock

omp_lock_t vtk::detail::smp::OpenMP::Slot::ModifyLock

Definition at line 57 of file vtkSMPThreadLocalBackend.h.

◆ Storage

StoragePointerType vtk::detail::smp::OpenMP::Slot::Storage

Definition at line 58 of file vtkSMPThreadLocalBackend.h.


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