14 #define WIN32_LEAN_AND_MEAN
16 #undef WIN32_LEAN_AND_MEAN
23 #ifdef DtUSE_UTILITIES_NAMESPACE
24 namespace DtUSE_UTILITIES_NAMESPACE
53 virtual bool tryLock();
56 virtual void unlock();
60 CRITICAL_SECTION myCriticalSection;
62 pthread_mutex_t myPTMutex;
67 #ifdef DtUSE_UTILITIES_NAMESPACE
instances of DtMutex are used to provide a platform independent mutual exclusion mechanism ...
Definition: vlMutex.h:31
This file contains typedefs for machine dependant types.
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109