Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dsharedobject.cpp38 int32_t updatedRefCount = umtx_atomic_dec(&hardRefCount); in removeRef() local
39 U_ASSERT(updatedRefCount >= 0); in removeRef()
40 if (updatedRefCount == 0) { in removeRef()
/third_party/icu/icu4c/source/common/
Dsharedobject.cpp38 int32_t updatedRefCount = umtx_atomic_dec(&hardRefCount); in removeRef() local
39 U_ASSERT(updatedRefCount >= 0); in removeRef()
40 if (updatedRefCount == 0) { in removeRef()
/third_party/node/deps/icu-small/source/common/
Dsharedobject.cpp38 int32_t updatedRefCount = umtx_atomic_dec(&hardRefCount); in removeRef() local
39 U_ASSERT(updatedRefCount >= 0); in removeRef()
40 if (updatedRefCount == 0) { in removeRef()