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.cpp210 struct EntryStorage { struct in __anon320304960111::UsapTableEntry
214 bool operator!=(const EntryStorage& other) { in operator !=() argument
220 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()