Searched defs:initOnce (Results 1 – 4 of 4) sorted by relevance
87 __gshared __gthread_once_t initOnce = GTHREAD_ONCE_INIT; variable
88 __gshared __gthread_once_t initOnce = GTHREAD_ONCE_INIT; variable
2676 auto ref initOnce(alias var)(lazy typeof(var) init) in initOnce() function2735 auto ref initOnce(alias var)(lazy typeof(var) init, shared Mutex mutex) in initOnce() function2759 auto ref initOnce(alias var)(lazy typeof(var) init, Mutex mutex) in initOnce() function
2420 auto ref initOnce(alias var)(lazy typeof(var) init) in initOnce() function2479 auto ref initOnce(alias var)(lazy typeof(var) init, Mutex mutex) in initOnce() function