Home
last modified time | relevance | path

Searched defs:ICUMutex (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dumutex.c159 typedef struct ICUMutex ICUMutex; typedef
168 struct ICUMutex { struct
170 /* ICUMutex object. */ argument
172 UBool heapAllocated; /* Set if this ICUMutex is heap allocated, and */ argument
177 ICUMutex *next; /* All ICUMutexes are chained into a list so that */ argument
197 static ICUMutex globalMutex = {&globalUMTX, FALSE, NULL, 0, PLATFORM_MUTEX_INITIALIZER, NULL}; argument