Searched refs:UnlockRequired (Results 1 – 8 of 8) sorted by relevance
102 bool UnlockRequired; in testRegistry() local103 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() local139 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache()143 if (!UnlockRequired) in stressCache()152 if (UnlockRequired) in stressCache()195 bool UnlockRequired; in stressSharedRegistry() local[all …]
447 bool UnlockRequired; in SCUDO_TYPED_TEST() local448 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST()452 if (UnlockRequired) in SCUDO_TYPED_TEST()
37 getTSDAndLock(bool *UnlockRequired) SANITIZER_NO_THREAD_SAFETY_ANALYSIS {40 *UnlockRequired = true;43 *UnlockRequired = false;
351 bool UnlockRequired; in allocate() local352 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in allocate()354 if (UnlockRequired) in allocate()417 bool UnlockRequired; in quarantineOrDeallocateChunk() local418 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()421 if (UnlockRequired) in quarantineOrDeallocateChunk()436 bool UnlockRequired; in quarantineOrDeallocateChunk() local437 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()440 if (UnlockRequired) in quarantineOrDeallocateChunk()
45 getTSDAndLock(bool *UnlockRequired) SANITIZER_NO_THREAD_SAFETY_ANALYSIS {48 *UnlockRequired = true;
65 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()68 *UnlockRequired = false; in getTSDAndLock()72 *UnlockRequired = true; in getTSDAndLock()
61 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()64 *UnlockRequired = true; in getTSDAndLock()
355 bool UnlockRequired; variable356 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired);368 if (UnlockRequired)1119 bool UnlockRequired; in quarantineOrDeallocateChunk() local1120 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()1122 if (UnlockRequired) in quarantineOrDeallocateChunk()1131 bool UnlockRequired; in quarantineOrDeallocateChunk() local1132 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()1135 if (UnlockRequired) in quarantineOrDeallocateChunk()