Searched refs:RFact (Results 1 – 1 of 1) sorted by relevance
892 if (std::unique_ptr<FactEntry> RFact = tryReenter(entry.kind())) { in handleLock() local894 FSet.replaceLock(FactMan, entry, std::move(RFact)); in handleLock()907 if (std::unique_ptr<FactEntry> RFact = leaveReentrant()) { in handleUnlock() local909 FSet.addLock(FactMan, std::move(RFact)); in handleUnlock()1046 if (std::unique_ptr<FactEntry> RFact = Fact.tryReenter(kind)) { in lock() local1048 FSet.replaceLock(FactMan, It, std::move(RFact)); in lock()1063 if (std::unique_ptr<FactEntry> RFact = Fact.leaveReentrant()) { in unlock() local1065 FSet.replaceLock(FactMan, It, std::move(RFact)); in unlock()