27 #ifndef vtkMutexLock_h
28 #define vtkMutexLock_h
30 #include "vtkCommonCoreModule.h"
33 #include "vtkThreads.h"
35 #if defined(VTK_USE_PTHREADS)
40 #ifdef VTK_USE_WIN32_THREADS
44 #ifndef VTK_USE_PTHREADS
45 #ifndef VTK_USE_WIN32_THREADS
#define VTK_DEPRECATED_IN_9_1_0(reason)
mutual exclusion locking class
static vtkMutexLock * New()
abstract base class for most VTK objects
void Unlock(void)
Unlock the vtkMutexLock.
void Lock(void)
Lock the vtkMutexLock.
static vtkSimpleMutexLock * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Lock(void)
Lock the vtkMutexLock.
a simple class to control print indentation
virtual ~vtkSimpleMutexLock()
vtkSimpleMutexLock SimpleMutexLock
void Unlock(void)
Unlock the vtkMutexLock.
mutual exclusion locking class