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

/external/icu/icu4c/source/common/
H A Dumutex.h205 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (T::*fp)()) { function
216 // umtx_initOnce variant for plain functions, or static class functions.
218 inline void umtx_initOnce(UInitOnce &uio, void (*fp)()) { function
228 // umtx_initOnce variant for plain functions, or static class functions.
230 inline void umtx_initOnce(UInitOnce &uio, void (*fp)(UErrorCode &), UErrorCode &errCode) { function
247 // umtx_initOnce variant for plain functions, or static class functions,
249 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T), T context) { function
259 // umtx_initOnce variant for plain functions, or static class functions,
261 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T, UErrorCode &), T context, UErrorCode &errCode) { function

Completed in 58 milliseconds