Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Drwmutex.d816 auto otherThread = new Thread(&testReaderTryLock).start; variable
834 otherThread.join;
849 auto otherThread = new Thread(&testWriterTryLock).start; variable
867 otherThread.join;
1028 auto otherThread = new Thread(&testReaderTryLock).start; variable
1046 otherThread.join;
1061 auto otherThread = new Thread(&testWriterTryLock).start; variable
1079 otherThread.join;
H A Dmutex.d330 auto otherThread = new Thread(
339 otherThread.join();