OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalRefCount
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
sharedobject.cpp
19
umtx_atomic_inc(&
totalRefCount
);
37
UBool allReferencesGone = (umtx_atomic_dec(&
totalRefCount
) == 0);
55
umtx_atomic_inc(&
totalRefCount
);
62
if (umtx_atomic_dec(&
totalRefCount
) == 0) {
69
return umtx_loadAcquire(
totalRefCount
);
sharedobject.h
62
/** Initializes
totalRefCount
, softRefCount to 0. */
64
totalRefCount
(0),
69
/** Initializes
totalRefCount
, softRefCount to 0. */
72
totalRefCount
(0),
220
mutable u_atomic_int32_t
totalRefCount
;
Completed in 728 milliseconds