OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hardRefCount
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
sharedobject.cpp
23
if (umtx_atomic_inc(&
hardRefCount
) == 1 && cachePtr != NULL) {
24
// If this object is cached, and the
hardRefCount
goes from 0 to 1,
28
// the
hardRefCount
is zero while the global cache mutex is locked.
36
UBool decrementItemsInUse = (umtx_atomic_dec(&
hardRefCount
) == 0);
74
return umtx_loadAcquire(
hardRefCount
);
sharedobject.h
66
hardRefCount
(0),
74
hardRefCount
(0),
225
mutable u_atomic_int32_t
hardRefCount
;
Completed in 48 milliseconds