Searched refs:EpochAtCreation (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEpochTracker.h61 uint64_t EpochAtCreation = UINT64_MAX; member in class:llvm::DebugEpochBase::HandleBase
67 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {}
72 bool isHandleInSync() const { return *EpochAddress == EpochAtCreation; }

Completed in 159 milliseconds