HomeSort by relevance Sort by last modified time
    Searched defs:UMTX (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
uclean.h 113 typedef void *UMTX;
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);
  /external/icu/icu4c/source/common/unicode/
uclean.h 170 typedef void *UMTX;
176 * to something that uniquely identifies the mutex into the UMTX that is supplied
180 * The mutex init function must set the UMTX to a non-null value.
182 * identify the mutex by the UMTX value.
188 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
200 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);

Completed in 64 milliseconds