24 #ifndef vtkMutexLock_h 25 #define vtkMutexLock_h 28 #include "vtkCommonCoreModule.h" 32 #include <abi_mutex.h> 36 #if defined(VTK_USE_PTHREADS) || defined(VTK_HP_PTHREADS) 41 #ifdef VTK_USE_WIN32_THREADS 46 #ifndef VTK_USE_PTHREADS 47 #ifndef VTK_USE_WIN32_THREADS 110 void operator=(
const vtkMutexLock&) VTK_DELETE_FUNCTION;
116 this->SimpleMutexLock.Lock();
121 this->SimpleMutexLock.Unlock();
mutual exclusion locking class
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Unlock(void)
Unlock the vtkMutexLock.
void Lock(void)
Lock the vtkMutexLock.
a simple class to control print indentation
vtkSimpleMutexLock SimpleMutexLock
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
mutual exclusion locking class