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

  /external/icu4c/common/unicode/
uclean.h 112 typedef void *UMTX;
118 * to something that uniquely identifies the mutex into the UMTX that is supplied
122 * The mutex init function must set the UMTX to a non-null value.
124 * identify the mutex by the UMTX value.
130 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
142 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);
  /external/icu4c/common/
umutex.h 166 UMTX fUserMutex;
184 UMTX fUserMutex;
  /external/icu4c/test/cintltst/
hpmufn.c 221 static void U_CALLCONV myMutexInit(const void *context, UMTX *mutex, UErrorCode *status) {
235 static void U_CALLCONV myMutexDestroy(const void *context, UMTX *mutex) {
246 static void U_CALLCONV myMutexLock(const void *context, UMTX *mutex) {
254 static void U_CALLCONV myMutexUnlock(const void *context, UMTX *mutex) {
  /external/icu4c/test/threadtest/
threadtest.cpp 199 UMTX gStopMutex; // Lets main thread suspend test threads.
200 UMTX gInfoMutex; // Synchronize access to data passed between

Completed in 263 milliseconds