Home
last modified time | relevance | path

Searched refs:EntryStorage (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp220 struct EntryStorage { struct in __anon6123840f0111::UsapTableEntry
224 bool operator!=(const EntryStorage& other) { in operator !=() argument
230 static constexpr EntryStorage INVALID_ENTRY_VALUE = {-1, -1};
232 std::atomic<EntryStorage> mStorage;
247 EntryStorage storage = mStorage.load(); in ClearForPID()
274 EntryStorage storage = mStorage.load(); in Clear()
289 std::optional<EntryStorage> GetValues() { in GetValues()
290 EntryStorage storage = mStorage.load(); in GetValues()
308 EntryStorage new_value_storage; in SetIfInvalid()
313 EntryStorage expected = INVALID_ENTRY_VALUE; in SetIfInvalid()