8 #ifndef AJA_LOCK_IMPL_H 9 #define AJA_LOCK_IMPL_H 12 #include <semaphore.h> 32 pthread_mutex_t mMutex;
35 #endif // AJA_LOCK_IMPL_H Declares the AJALock class.
AJAStatus Lock(uint32_t uTimeout=0xffffffff)
System specific functions.
Private include file for all ajabase sources.
AJALockImpl(const char *pName)