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

  /external/icu4c/common/
umutex.cpp 221 U_INIT_ONCE *initOnce,
227 U_INIT_ONCE *initOnce,
233 &initOnce->fState, // Destination,
239 *context = initOnce->fContext;
252 U_ASSERT(initOnce->fState == 1);
253 UBool success = (*initFn)(initOnce, parameter, &initOnce->fContext);
259 previousState = InterlockedCompareExchange(&initOnce->fState, 2, 1);
265 static UBool winMutexInit(U_INIT_ONCE *initOnce, void *param, void **context) {
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebSystemInterface.mm 36 static dispatch_once_t initOnce;
38 dispatch_once(&initOnce, ^{
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 749 def initOnce(adb):
763 initOnce(adb)

Completed in 119 milliseconds