Home
last modified time | relevance | path

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

/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dumutex.h205 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (T::*fp)()) { in umtx_initOnce() function
218 inline void umtx_initOnce(UInitOnce &uio, void (*fp)()) { in umtx_initOnce() function
230 inline void umtx_initOnce(UInitOnce &uio, void (*fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() function
249 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T), T context) { in umtx_initOnce() function
261 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T, UErrorCode &), T context, UError… in umtx_initOnce() function
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Dumutex.h234 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (U_CALLCONV T::*fp)()) { in umtx_initOnce() function
247 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)()) { in umtx_initOnce() function
259 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode)… in umtx_initOnce() function
278 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T), T context) { in umtx_initOnce() function
290 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T cont… in umtx_initOnce() function
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dumutex.h236 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (U_CALLCONV T::*fp)()) { in umtx_initOnce() function
249 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)()) { in umtx_initOnce() function
261 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode)… in umtx_initOnce() function
280 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T), T context) { in umtx_initOnce() function
292 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T cont… in umtx_initOnce() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Dumutex.h232 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (T::*fp)()) { in umtx_initOnce() function
245 inline void umtx_initOnce(UInitOnce &uio, void (*fp)()) { in umtx_initOnce() function
257 inline void umtx_initOnce(UInitOnce &uio, void (*fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() function
276 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T), T context) { in umtx_initOnce() function
288 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T, UErrorCode &), T context, UError… in umtx_initOnce() function