33 #ifndef __igtlSimpleFastMutexLock_h
34 #define __igtlSimpleFastMutexLock_h
38 #ifdef OpenIGTLink_USE_SPROC
39 #include <abi_mutex.h>
42 #ifdef OpenIGTLink_USE_PTHREADS
46 #if defined(_WIN32) && !defined(OpenIGTLink_USE_PTHREADS)
53 #ifdef OpenIGTLink_USE_SPROC
54 #include <abi_mutex.h>
58 #ifdef OpenIGTLink_USE_PTHREADS
63 #if defined(_WIN32) && !defined(OpenIGTLink_USE_PTHREADS)
68 #ifndef OpenIGTLink_USE_SPROC
69 #ifndef OpenIGTLink_USE_PTHREADS
FastMutexType m_FastMutexLock
Critical section locking class that can be allocated on the stack.