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

/external/icu/icu4c/source/common/
H A Dumutex.h232 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (T::*fp)()) { function
243 // umtx_initOnce variant for plain functions, or static class functions.
245 inline void umtx_initOnce(UInitOnce &uio, void (*fp)()) { function
255 // umtx_initOnce variant for plain functions, or static class functions.
257 inline void umtx_initOnce(UInitOnce &uio, void (*fp)(UErrorCode &), UErrorCode &errCode) { function
274 // umtx_initOnce variant for plain functions, or static class functions,
276 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T), T context) { function
286 // umtx_initOnce variant for plain functions, or static class functions,
288 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T, UErrorCode &), T context, UErrorCode &errCode) { function

Completed in 125 milliseconds