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

#include <vtkSMPThreadLocalBackend.h>

Public Member Functions

 Slot ()
 
 ~Slot ()=default
 

Public Attributes

std::atomic< ThreadIdTypeThreadId
 
std::mutex Mutex
 
StoragePointerType Storage
 

Detailed Description

Definition at line 48 of file vtkSMPThreadLocalBackend.h.

Constructor & Destructor Documentation

◆ Slot()

vtk::detail::smp::STDThread::Slot::Slot ( )

◆ ~Slot()

vtk::detail::smp::STDThread::Slot::~Slot ( )
default

Member Data Documentation

◆ ThreadId

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

Definition at line 50 of file vtkSMPThreadLocalBackend.h.

◆ Mutex

std::mutex vtk::detail::smp::STDThread::Slot::Mutex

Definition at line 51 of file vtkSMPThreadLocalBackend.h.

◆ Storage

StoragePointerType vtk::detail::smp::STDThread::Slot::Storage

Definition at line 52 of file vtkSMPThreadLocalBackend.h.


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