Lines Matching refs:UnlockRequired
102 bool UnlockRequired; in testRegistry() local
103 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry()
106 if (UnlockRequired) in testRegistry()
110 TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry()
114 if (UnlockRequired) in testRegistry()
138 bool UnlockRequired; in stressCache() local
139 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache()
143 if (!UnlockRequired) in stressCache()
152 if (UnlockRequired) in stressCache()
195 bool UnlockRequired; in stressSharedRegistry() local
197 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry()
200 if (UnlockRequired) in stressSharedRegistry()