35 #ifndef vtkSimpleCriticalSection_h
36 #define vtkSimpleCriticalSection_h
44 #include <abi_mutex.h>
48 #if defined(VTK_USE_PTHREADS) || defined(VTK_HP_PTHREADS)
53 #ifdef VTK_USE_WIN32_THREADS
54 # include "vtkWindows.h"
59 #ifndef VTK_USE_PTHREADS
60 #ifndef VTK_USE_WIN32_THREADS
vtkSimpleCriticalSection()
#define VTKCOMMONCORE_EXPORT
vtkSimpleCriticalSection(int isLocked)
Critical section locking class.