Searched defs:umtx_initOnce (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | umutex.h | 204 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (T::*fp)()) { in umtx_initOnce() function 217 inline void umtx_initOnce(UInitOnce &uio, void (*fp)()) { in umtx_initOnce() function 229 inline void umtx_initOnce(UInitOnce &uio, void (*fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() function 248 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T), T context) { in umtx_initOnce() function 260 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T, UErrorCode &), T context, UError… in umtx_initOnce() function
|
/external/icu/icu4c/source/common/ |
D | umutex.h | 202 template<class T> void umtx_initOnce(UInitOnce &uio, T *obj, void (T::*fp)()) { in umtx_initOnce() function 215 inline void umtx_initOnce(UInitOnce &uio, void (*fp)()) { in umtx_initOnce() function 227 inline void umtx_initOnce(UInitOnce &uio, void (*fp)(UErrorCode &), UErrorCode &errCode) { in umtx_initOnce() function 246 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T), T context) { in umtx_initOnce() function 258 template<class T> void umtx_initOnce(UInitOnce &uio, void (*fp)(T, UErrorCode &), T context, UError… in umtx_initOnce() function
|