Searched refs:u_setMutexFunctions (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/unicode/
H A Dusystem.h30 # define u_setMutexFunctions u_setMutexFunctions_SYSTEM_API_DO_NOT_USE macro
H A Duclean.h71 * 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,
H A Durename.h345 #define u_setMutexFunctions U_ICU_ENTRY_POINT_RENAME(u_setMutexFunctions) macro
/external/icu4c/test/cintltst/
H A Dhpmufn.c207 * 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(
[all...]
/external/icu4c/common/
H A Dumutex.c168 UMTX userMutex; /* For use with u_setMutexFunctions operations, */
201 * directly using the system (Posix or Windows) APIs. See u_setMutexFunctions().
405 u_setMutexFunctions(const void *context, UMtxInitFn *i, UMtxFn *d, UMtxFn *l, UMtxFn *u, function
449 * yet initialized - at the end u_cleanup(), and at the end of u_setMutexFunctions, both
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro

Completed in 302 milliseconds