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

/external/icu/icu4c/source/common/
H A Dumutex.h234 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (U_CALLCONV T::*fp)()) { function
245 // umtx_initOnce variant for plain functions, or static class functions.
247 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)()) { function
257 // umtx_initOnce variant for plain functions, or static class functions.
259 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode) { function
276 // umtx_initOnce variant for plain functions, or static class functions,
278 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T), T context) { function
288 // umtx_initOnce variant for plain functions, or static class functions,
290 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T context, UErrorCode &errCode) { function

Completed in 87 milliseconds