OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resbMutex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uresbund.c
45
static UMTX
resbMutex
= NULL;
89
umtx_lock(&
resbMutex
);
95
umtx_unlock(&
resbMutex
);
177
umtx_lock(&
resbMutex
);
179
umtx_unlock(&
resbMutex
);
211
umtx_unlock(&
resbMutex
);
225
umtx_lock(&
resbMutex
);
227
umtx_unlock(&
resbMutex
);
247
umtx_unlock(&
resbMutex
);
263
if (cache == NULL &&
resbMutex
!= NULL)
[
all
...]
/external/icu4c/common/
uresbund.cpp
46
static UMutex
resbMutex
= U_MUTEX_INITIALIZER;
90
umtx_lock(&
resbMutex
);
96
umtx_unlock(&
resbMutex
);
178
umtx_lock(&
resbMutex
);
180
umtx_unlock(&
resbMutex
);
212
umtx_unlock(&
resbMutex
);
226
umtx_lock(&
resbMutex
);
228
umtx_unlock(&
resbMutex
);
248
umtx_unlock(&
resbMutex
);
270
UMTX_CHECK(&
resbMutex
, (cache == NULL), makeCache)
[
all
...]
Completed in 30 milliseconds