Home
last modified time | relevance | path

Searched defs:initOnce (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Demutls.d87 __gshared __gthread_once_t initOnce = GTHREAD_ONCE_INIT; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Demutls.d88 __gshared __gthread_once_t initOnce = GTHREAD_ONCE_INIT; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2676 auto ref initOnce(alias var)(lazy typeof(var) init) in initOnce() function
2735 auto ref initOnce(alias var)(lazy typeof(var) init, shared Mutex mutex) in initOnce() function
2759 auto ref initOnce(alias var)(lazy typeof(var) init, Mutex mutex) in initOnce() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d2420 auto ref initOnce(alias var)(lazy typeof(var) init) in initOnce() function
2479 auto ref initOnce(alias var)(lazy typeof(var) init, Mutex mutex) in initOnce() function