Searched defs:UMTX (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/unicode/
H A Duclean.h113 typedef void *UMTX; typedef
119 * to something that uniquely identifies the mutex into the UMTX that is supplied
123 * The mutex init function must set the UMTX to a non-null value.
125 * identify the mutex by the UMTX value.
131 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
143 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);

Completed in 206 milliseconds