Searched refs:EntryStorage (Results 1 – 1 of 1) sorted by relevance
210 struct EntryStorage { struct in __anon320304960111::UsapTableEntry214 bool operator!=(const EntryStorage& other) { in operator !=() argument220 static constexpr EntryStorage INVALID_ENTRY_VALUE = {-1, -1};222 std::atomic<EntryStorage> mStorage;237 EntryStorage storage = mStorage.load(); in ClearForPID()264 EntryStorage storage = mStorage.load(); in Clear()279 std::optional<EntryStorage> GetValues() { in GetValues()280 EntryStorage storage = mStorage.load(); in GetValues()298 EntryStorage new_value_storage; in SetIfInvalid()303 EntryStorage expected = INVALID_ENTRY_VALUE; in SetIfInvalid()