HomeSort by relevance Sort by last modified time
    Searched refs:U_INIT_ONCE (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
umutex.h 154 /* U_INIT_ONCE mimics the windows API INIT_ONCE, which exists on Windows Vista and newer.
158 typedef struct U_INIT_ONCE {
161 } U_INIT_ONCE;
165 U_INIT_ONCE fInitOnce;
umutex.cpp 221 U_INIT_ONCE *initOnce,
227 U_INIT_ONCE *initOnce,
265 static UBool winMutexInit(U_INIT_ONCE *initOnce, void *param, void **context) {

Completed in 109 milliseconds