Searched refs:EntryStorage (Results 1 – 1 of 1) sorted by relevance
177 struct EntryStorage { struct in __anon6123840f0111::UsapTableEntry181 bool operator!=(const EntryStorage& other) { in operator !=() argument187 static constexpr EntryStorage INVALID_ENTRY_VALUE = {-1, -1};189 std::atomic<EntryStorage> mStorage;204 EntryStorage storage = mStorage.load(); in ClearForPID()231 EntryStorage storage = mStorage.load(); in Clear()246 std::optional<EntryStorage> GetValues() { in GetValues()247 EntryStorage storage = mStorage.load(); in GetValues()265 EntryStorage new_value_storage; in SetIfInvalid()270 EntryStorage expected = INVALID_ENTRY_VALUE; in SetIfInvalid()