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

  /external/icu/icu4c/source/common/
sharedobject.cpp 25 if (umtx_atomic_inc(&hardRefCount) == 1 && cachePtr != NULL) {
26 // If this object is cached, and the hardRefCount goes from 0 to 1,
30 // the hardRefCount is zero while the global cache mutex is locked.
39 UBool decrementItemsInUse = (umtx_atomic_dec(&hardRefCount) == 0);
77 return umtx_loadAcquire(hardRefCount);
sharedobject.h 68 hardRefCount(0),
76 hardRefCount(0),
227 mutable u_atomic_int32_t hardRefCount;

Completed in 2449 milliseconds