Searched refs:softRefCount (Results 1 – 2 of 2) sorted by relevance
28 umtx_atomic_inc(&softRefCount); in addSoftRef()33 umtx_atomic_dec(&softRefCount); in removeSoftRef()39 return umtx_loadAcquire(totalRefCount) == umtx_loadAcquire(softRefCount); in allSoftReferences()49 return umtx_loadAcquire(softRefCount); in getSoftRefCount()
30 SharedObject() : totalRefCount(0), softRefCount(0) {} in SharedObject()36 softRefCount(0) {} in SharedObject()136 mutable u_atomic_int32_t softRefCount; variable