27 #ifndef vtkMutexLock_h
28 #define vtkMutexLock_h
31 #include "vtkCommonCoreModule.h"
35 #include <abi_mutex.h>
39 #if defined(VTK_USE_PTHREADS) || defined(VTK_HP_PTHREADS)
44 #ifdef VTK_USE_WIN32_THREADS
49 #ifndef VTK_USE_PTHREADS
50 #ifndef VTK_USE_WIN32_THREADS
113 void operator=(const
vtkMutexLock&) VTK_DELETE_FUNCTION;
119 this->SimpleMutexLock.
Lock();
124 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
void Unlock(void)
Unlock the vtkMutexLock.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
mutual exclusion locking class