Searched refs:initiallyOwn (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | Synchronization.h | 32 WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
in Create() argument 34 _object = ::CreateEvent(sa, BoolToBOOL(manualReset), BoolToBOOL(initiallyOwn), name);
in Create() 57 WRes Create(bool initiallyOwn = false)
in Create() 59 return ManualResetEvent_Create(&_object, initiallyOwn ? 1: 0);
in Create() 68 WRes CreateWithName(bool initiallyOwn, LPCTSTR name)
in CreateWithName() argument 70 return CBaseEvent::Create(true, initiallyOwn, name);
in CreateWithName() 104 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
106 _handle = ::CreateMutex(sa, BoolToBOOL(initiallyOwn), name);
293 bool manualReset, bool initiallyOwn)
in Create() 297 this->_state = initiallyOwn;
in Create() 291 Create( CSynchro *sync, bool manualReset, bool initiallyOwn) Create() argument [all...] |
Completed in 2 milliseconds