Lines Matching refs:sync
204 // POSIX sync objects for WaitForMultipleObjects
292 CSynchro *sync,
295 this->_sync = sync;
322 WRes Create(CSynchro *sync, bool initiallyOwn = false) { return CBaseEvent_WFMO::Create(sync, true, initiallyOwn); }
329 WRes Create(CSynchro *sync) { return CBaseEvent_WFMO::Create(sync, false, false); }
330 WRes CreateIfNotCreated_Reset(CSynchro *sync)
332 return Create(sync);
347 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount)
351 this->_sync = sync;