Home
last modified time | relevance | path

Searched refs:isMainThread (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d515 if ( !t.isMainThread() )
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadbase.d282 final @property bool isMainThread() nothrow @nogc in isMainThread() function