OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:softRefCount
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
sharedobject.h
62
/** Initializes totalRefCount,
softRefCount
to 0. */
65
softRefCount
(0),
69
/** Initializes totalRefCount,
softRefCount
to 0. */
73
softRefCount
(0),
128
int32_t getSoftRefCount() const { return
softRefCount
; }
153
UBool noSoftReferences() const { return (
softRefCount
== 0); }
222
// Any thread modifying
softRefCount
must hold the global cache mutex
223
mutable int32_t
softRefCount
;
sharedobject.cpp
56
++
softRefCount
;
61
--
softRefCount
;
Completed in 704 milliseconds