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

/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DSPtr.h54 _pref_count(new int(1)),
63 _pref_count = other_sptr_p.getRefcnt();
65 ++(*_pref_count);
73 _pref_count = other_sptr_p.getRefcnt();
75 ++(*_pref_count);
83 if (--(*_pref_count) == 0) {
85 delete _pref_count;
105 if (--(*_pref_count) == 0) {
106 delete _pref_count;
116 _pref_count
179 int *_pref_count; member in class:SPtr
[all...]

Completed in 56 milliseconds