Lines Matching refs:UnlockRequired
94 bool UnlockRequired; in testRegistry() local
95 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry()
98 if (UnlockRequired) in testRegistry()
102 TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry()
106 if (UnlockRequired) in testRegistry()
130 bool UnlockRequired; in stressCache() local
131 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache()
135 if (!UnlockRequired) in stressCache()
144 if (UnlockRequired) in stressCache()
188 bool UnlockRequired; in stressSharedRegistry() local
190 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry()
193 if (UnlockRequired) in stressSharedRegistry()