Lines Matching defs:_sync
268 CSynchro *_sync;
270 CBaseHandle_WFMO(): _sync(NULL) {}
285 // bool IsCreated() { return (this->_sync != NULL); }
289 WRes Close() { this->_sync = NULL; return 0; }
295 this->_sync = sync;
303 RINOK(this->_sync->Enter())
305 return this->_sync->LeaveAndSignal();
310 RINOK(this->_sync->Enter())
312 return this->_sync->Leave();
345 WRes Close() { this->_sync = NULL; return 0; }
351 this->_sync = sync;
362 RINOK(this->_sync->Enter())
366 RINOK(this->_sync->Leave())
371 return this->_sync->LeaveAndSignal();