| D | Synchronization.h | 32 …WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = N… 57 WRes Create(bool initiallyOwn = false) 70 return CBaseEvent::Create(true, initiallyOwn, name); in CreateWithName() 78 WRes Create() in Create() function 104 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL) 120 WRes Release() 130 CMutexLock(CMutex &object): _object(&object) { _object->Lock(); } 131 ~CMutexLock() { _object->Release(); } 152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create() function 160 WRes Release() { return Semaphore_Release1(&_object); } in Release() function [all …]
|