Home
last modified time | relevance | path

Searched refs:_pref_count (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lms/SyncLib/Include/
H A DSPtr.h54 _pref_count(new int(1)), in _ptr()
63 _pref_count = other_sptr_p.getRefcnt(); in SPtr()
65 ++(*_pref_count); in SPtr()
73 _pref_count = other_sptr_p.getRefcnt(); in SPtr()
75 ++(*_pref_count); in SPtr()
83 if (--(*_pref_count) == 0) { in ~SPtr()
85 delete _pref_count; in ~SPtr() local
105 if (--(*_pref_count) == 0) {
106 delete _pref_count; variable
116 _pref_count = other_sptr_p.getRefcnt();
[all …]