Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d372 return ThreadBase.getThis().toThread; in getThis()
1043 private Thread toThread(return scope ThreadBase t) @trusted nothrow @nogc pure in toThread() function
1290 Thread thisThread = _thisThread.toThread(); in private()
1308 atomicStore!(MemoryOrder.raw)(thisThread.toThread.m_isRunning, true); in private()
1367 if (auto t = thread_findByAddr(addr).toThread) in version()
1582 auto t = _t.toThread; in private()
1997 Thread t = ThreadBase.sm_tbeg.toThread; in thread_suspendAll()
2000 auto tn = t.next.toThread; in thread_suspendAll()
2043 Thread t = _t.toThread; in private()