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

  /external/icu/icu4c/source/common/
sharedobject.cpp 20 if(umtx_atomic_dec(&refCount) == 0) {
umutex.h 71 inline int32_t umtx_atomic_dec(u_atomic_int32_t *var) {
113 inline int32_t umtx_atomic_dec(u_atomic_int32_t *var) {
142 inline int32_t umtx_atomic_dec(u_atomic_int32_t *p) {
170 umtx_atomic_dec(u_atomic_int32_t *p);
sharedptr.h 98 if (umtx_atomic_dec(&refPtr->value) == 0) {
umutex.cpp 259 umtx_atomic_dec(u_atomic_int32_t *p) { function
rbbidata.cpp 184 if (umtx_atomic_dec(&fRefCount) == 0) {
unistr.cpp 126 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
umutex.h 143 U_CAPI int32_t U_EXPORT2 umtx_atomic_dec(int32_t *);
umutex.c 495 * umtx_atomic_dec
531 umtx_atomic_dec(int32_t *p) { function
582 U_ASSERT(umtx_atomic_dec(&testInt) == 0);
rbbidata.cpp 184 if (umtx_atomic_dec(&fRefCount) == 0) {
unistr.cpp 125 { return umtx_atomic_dec((int32_t *)fUnion.fFields.fArray - 1);}
    [all...]
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 341 umtx_atomic_dec(&gRunInfo.runningThreads);
371 umtx_atomic_dec(&gRunInfo.runningThreads);
  /external/icu/icu4c/source/test/threadtest/
threadtest.cpp 342 umtx_atomic_dec(&gRunInfo.runningThreads);
372 umtx_atomic_dec(&gRunInfo.runningThreads);
  /external/chromium_org/third_party/icu/source/test/cintltst/
hpmufn.c 449 umtx_atomic_dec(&t);
468 umtx_atomic_dec(&t);
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 654 if (umtx_atomic_dec(&fRefCount) == 0) {
uregex.cpp 65 if (fPatRefCount!=NULL && umtx_atomic_dec(fPatRefCount)==0) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 633 if (umtx_atomic_dec(&fRefCount) == 0) {
uregex.cpp 64 if (fPatRefCount!=NULL && umtx_atomic_dec(fPatRefCount)==0) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 895 umtx_atomic_dec(&ALLOCATION_COUNT);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1078 #define umtx_atomic_dec macro
    [all...]

Completed in 219 milliseconds