Home
last modified time | relevance | path

Searched refs:initLocks (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d334 if (firstDSO) initLocks(); in _d_dso_registry()
587 void initLocks() nothrow @nogc in initLocks() function
H A Dmacho.d339 if (firstDSO) initLocks(); in _d_dso_registry()
532 void initLocks() nothrow @nogc in initLocks() function
H A Delf.d442 if (firstDSO) initLocks(); in _d_dso_registry()
638 void initLocks() nothrow @nogc in initLocks() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d443 if (firstDSO) initLocks(); in _d_dso_registry()
639 void initLocks() nothrow @nogc in initLocks() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d574 static void initLocks() @nogc in initLocks() function
H A Dosthread.d2113 Thread.initLocks(); in thread_init()