Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dsharedobject.cpp24 umtx_atomic_inc(&hardRefCount); in addRef()
38 int32_t updatedRefCount = umtx_atomic_dec(&hardRefCount); in removeRef()
52 return umtx_loadAcquire(hardRefCount); in getRefCount()
Dsharedobject.h59 hardRefCount(0), in SharedObject()
66 hardRefCount(0), in SharedObject()
176 mutable u_atomic_int32_t hardRefCount; variable
Dunifiedcache.cpp115 fNoValue->hardRefCount = 1; // when other references to it are removed. in UnifiedCache()
501 refCount = umtx_atomic_dec(&value->hardRefCount); in removeHardRef()
513 refCount = umtx_atomic_inc(&value->hardRefCount); in addHardRef()
/third_party/icu/icu4c/source/common/
Dsharedobject.cpp24 umtx_atomic_inc(&hardRefCount); in addRef()
38 int32_t updatedRefCount = umtx_atomic_dec(&hardRefCount); in removeRef()
52 return umtx_loadAcquire(hardRefCount); in getRefCount()
Dsharedobject.h59 hardRefCount(0), in SharedObject()
66 hardRefCount(0), in SharedObject()
176 mutable u_atomic_int32_t hardRefCount; variable
Dunifiedcache.cpp115 fNoValue->hardRefCount = 1; // when other references to it are removed. in UnifiedCache()
501 refCount = umtx_atomic_dec(&value->hardRefCount); in removeHardRef()
513 refCount = umtx_atomic_inc(&value->hardRefCount); in addHardRef()
/third_party/node/deps/icu-small/source/common/
Dsharedobject.cpp24 umtx_atomic_inc(&hardRefCount); in addRef()
38 int32_t updatedRefCount = umtx_atomic_dec(&hardRefCount); in removeRef()
52 return umtx_loadAcquire(hardRefCount); in getRefCount()
Dsharedobject.h59 hardRefCount(0), in SharedObject()
66 hardRefCount(0), in SharedObject()
176 mutable u_atomic_int32_t hardRefCount; variable
Dunifiedcache.cpp115 fNoValue->hardRefCount = 1; // when other references to it are removed. in UnifiedCache()
501 refCount = umtx_atomic_dec(&value->hardRefCount); in removeHardRef()
513 refCount = umtx_atomic_inc(&value->hardRefCount); in addHardRef()