Searched refs:UMTX (Results 1 – 2 of 2) sorted by relevance
171 typedef void *UMTX; typedef189 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);201 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);
199 UMTX gStopMutex; // Lets main thread suspend test threads.200 UMTX gInfoMutex; // Synchronize access to data passed between