VTK
9.4.20241219
|
#include <vtkSMPThreadLocalBackend.h>
Public Member Functions | |
Slot () | |
~Slot ()=default | |
Public Attributes | |
std::atomic< ThreadIdType > | ThreadId |
std::mutex | Mutex |
StoragePointerType | Storage |
Definition at line 48 of file vtkSMPThreadLocalBackend.h.
vtk::detail::smp::STDThread::Slot::Slot | ( | ) |
|
default |
std::atomic<ThreadIdType> vtk::detail::smp::STDThread::Slot::ThreadId |
Definition at line 50 of file vtkSMPThreadLocalBackend.h.
std::mutex vtk::detail::smp::STDThread::Slot::Mutex |
Definition at line 51 of file vtkSMPThreadLocalBackend.h.
StoragePointerType vtk::detail::smp::STDThread::Slot::Storage |
Definition at line 52 of file vtkSMPThreadLocalBackend.h.