Lines Matching refs:CSynchro
208 #define SYNC_PARAM_DECL(x) NWindows::NSynchronization::CSynchro *x
209 #define SYNC_OBJ_DECL(x) NWindows::NSynchronization::CSynchro x;
211 class CSynchro MY_UNCOPYABLE
218 CSynchro() { _isValid = false; }
219 ~CSynchro()
268 CSynchro *_sync;
292 CSynchro *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)
347 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount)