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;
mutual exclusion locking class
a simple class to control print indentation
mutual exclusion locking class
void Lock(void)
Lock the vtkMutexLock.
vtkSimpleMutexLock SimpleMutexLock
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.
static vtkMutexLock * New()
abstract base class for most VTK objects
void Lock(void)
Lock the vtkMutexLock.
void Unlock(void)
Unlock the vtkMutexLock.
static vtkSimpleMutexLock * New()
virtual ~vtkSimpleMutexLock()