Searched defs:ICUMutex (Results 1 – 1 of 1) sorted by relevance
159 typedef struct ICUMutex ICUMutex; typedef168 struct ICUMutex { struct170 /* ICUMutex object. */ argument172 UBool heapAllocated; /* Set if this ICUMutex is heap allocated, and */ argument177 ICUMutex *next; /* All ICUMutexes are chained into a list so that */ argument197 static ICUMutex globalMutex = {&globalUMTX, FALSE, NULL, 0, PLATFORM_MUTEX_INITIALIZER, NULL}; argument