Searched refs:threadFinallyGotLock (Results 1 – 1 of 1) sorted by relevance
800 shared static bool threadFinallyGotLock; variable812 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; variable1024 threadFinallyGotLock.atomicStore(true); in testReaderTryLock()1041 while (!threadFinallyGotLock.atomicLoad)1049 threadFinallyGotLock.atomicStore(false); // Reset.[all …]