HomeSort by relevance Sort by last modified time
    Searched refs:totalRefCount (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
sharedobject.cpp 21 umtx_atomic_inc(&totalRefCount);
40 UBool allReferencesGone = (umtx_atomic_dec(&totalRefCount) == 0);
58 umtx_atomic_inc(&totalRefCount);
65 if (umtx_atomic_dec(&totalRefCount) == 0) {
72 return umtx_loadAcquire(totalRefCount);
sharedobject.h 64 /** Initializes totalRefCount, softRefCount to 0. */
66 totalRefCount(0),
71 /** Initializes totalRefCount, softRefCount to 0. */
74 totalRefCount(0),
222 mutable u_atomic_int32_t totalRefCount;

Completed in 2373 milliseconds