HomeSort by relevance Sort by last modified time
    Searched full:u_setmutexfunctions (Results 1 - 11 of 11) sorted by null

  /external/icu4c/common/unicode/
usystem.h 30 # define u_setMutexFunctions u_setMutexFunctions_SYSTEM_API_DO_NOT_USE
uclean.h 71 * u_setMemoryFunctions(), u_setMutexFunctions and
121 * @param context user supplied value, obtained from from u_setMutexFunctions().
138 * @param context user supplied value, obtained from from u_setMutexFunctions().
166 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
urename.h 343 #define u_setMutexFunctions U_ICU_ENTRY_POINT_RENAME(u_setMutexFunctions)
    [all...]
  /external/icu4c/test/cintltst/
hpmufn.c 207 * Test u_setMutexFunctions()
282 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
290 u_setMutexFunctions(&gContext, NULL, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
293 u_setMutexFunctions(&gContext, myMutexInit, NULL, myMutexLock, myMutexUnlock, &status);
296 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, NULL, myMutexUnlock, &status);
299 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, NULL, &status);
302 /* u_setMutexFunctions() should work with null or non-null context pointer */
304 u_setMutexFunctions(NULL, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
306 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
315 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status)
    [all...]
  /external/icu4c/common/
cmemory.c 118 * Used by u_SetMutexFunctions() and similar to verify that ICU has not
umutex.c 184 UMTX userMutex; /* For use with u_setMutexFunctions operations, */
217 * directly using the system (Posix or Windows) APIs. See u_setMutexFunctions().
421 u_setMutexFunctions(const void *context, UMtxInitFn *i, UMtxFn *d, UMtxFn *l, UMtxFn *u,
465 * yet initialized - at the end u_cleanup(), and at the end of u_setMutexFunctions, both
umutex.h 35 * (empty) mutex implementation with the u_setMutexFunctions() functions.
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]

Completed in 74 milliseconds