Searched refs:_refCount (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.cpp108 _refCount(1),
169 _refCount += 1;
170 return _refCount;
181 _refCount -= 1;
182 if (_refCount == 0) {
186 return _refCount;
H A DIOHIDEventSystemStatistics.h35 UInt32 _refCount; member in class:IOHIDEventSystemStatistics
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dviewx.cpp16 c4_Sequence::c4_Sequence(): _refCount(0), _dependencies(0), _propertyLimit(0),
20 d4_assert(_refCount == 0);
35 ++_refCount;
37 d4_assert(_refCount != 0);
42 d4_assert(_refCount != 0);
44 if (--_refCount == 0)
50 return _refCount;
/macosx-10.10.1/configd-699.1.5/SCMonitor/
H A Dmonitor.c77 UInt32 _refCount; member in struct:__anon6824
1239 ((MyType *) myInstance)->_refCount++;
1240 return ((MyType *) myInstance)->_refCount;
1247 ((MyType *) myInstance)->_refCount--;
1248 if (((MyType *) myInstance)->_refCount == 0) {
1263 return ((MyType *) myInstance)->_refCount;
1295 newOne->_refCount = 1;
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c112 UInt32 _refCount; member in struct:__anon8419
1216 ((MyType *) myInstance)->_refCount++;
1217 return ((MyType *) myInstance)->_refCount;
1221 ((MyType *) myInstance)->_refCount--;
1222 if (((MyType *) myInstance)->_refCount == 0) {
1225 } else return ((MyType *) myInstance)->_refCount;
1248 newOne->_refCount = 1;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c81 UInt32 _refCount; member in struct:__anon10788
206 return ++plugin->_refCount;
215 if (plugin->_refCount != 0)
216 --plugin->_refCount;
218 if (plugin->_refCount == 0)
224 return plugin->_refCount;
246 plugin->_refCount = 1;
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h827 int _refCount; member in class:c4_Sequence

Completed in 321 milliseconds