Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Drwmutex.d335 const timeElapsed = MonoTime.currTime - initialTime; in tryLock() local
357 const timeElapsed = MonoTime.currTime - initialTime; in tryLock() local
574 const timeElapsed = MonoTime.currTime - initialTime; in tryLock() local
596 const timeElapsed = MonoTime.currTime - initialTime; in tryLock() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d77 immutable timeElapsed = MonoTime.currTime - gcStartTick; in debug() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dstopwatch.d87 auto timeElapsed = MonoTime.currTime - before; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dstopwatch.d394 auto timeElapsed = MonoTime.currTime - before; variable