OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resbmutex
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/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/test/cintltst/
hpmufn.c
323
* uresbund.c:
resbMutex
's fMagic is wrong, check if ures_flushCache() did
325
* delete it and ures_cleanup() will not destroy
resbMutex
.
Completed in 73 milliseconds