Searched defs:umtx_initOnce (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | umutex.h | 247 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (U_CALLCONV T::*fp)()) { in umtx_initOnce() function 260 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)()) { in umtx_initOnce() function 272 inline void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(UErrorCode &), UErrorCode &errCode)… in umtx_initOnce() function 291 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T), T context) { in umtx_initOnce() function 303 template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UErrorCode &), T cont… in umtx_initOnce() function
|