Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Drwmutex.d800 shared static bool threadFinallyGotLock; variable
812 threadFinallyGotLock.atomicStore(true); in testReaderTryLock()
829 while (!threadFinallyGotLock.atomicLoad)
837 threadFinallyGotLock.atomicStore(false); // Reset.
845 threadFinallyGotLock.atomicStore(true); in testWriterTryLock()
862 while (!threadFinallyGotLock.atomicLoad)
1012 shared static bool threadFinallyGotLock; variable
1024 threadFinallyGotLock.atomicStore(true); in testReaderTryLock()
1041 while (!threadFinallyGotLock.atomicLoad)
1049 threadFinallyGotLock.atomicStore(false); // Reset.
[all …]