35 #ifndef __vtkCriticalSection_h
36 #define __vtkCriticalSection_h
43 #include <abi_mutex.h>
47 #if defined(VTK_USE_PTHREADS) || defined(VTK_HP_PTHREADS)
52 #ifdef VTK_USE_WIN32_THREADS
53 # include "vtkWindows.h"
58 #ifndef VTK_USE_PTHREADS
59 #ifndef VTK_USE_WIN32_THREADS
vtkSimpleCriticalSection()
abstract base class for most VTK objects
vtkSimpleCriticalSection SimpleCriticalSection
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
vtkSimpleCriticalSection(int isLocked)
Critical section locking class.