Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp218 struct EntryStorage { struct in __anon59e4017d0110::UsapTableEntry
222 bool operator!=(const EntryStorage& other) { in operator !=() argument
228 static constexpr EntryStorage INVALID_ENTRY_VALUE = {-1, -1};
230 std::atomic<EntryStorage> mStorage;
245 EntryStorage storage = mStorage.load(); in ClearForPID()
272 EntryStorage storage = mStorage.load(); in Clear()
287 std::optional<EntryStorage> GetValues() { in GetValues()
288 EntryStorage storage = mStorage.load(); in GetValues()
306 EntryStorage new_value_storage; in SetIfInvalid()
311 EntryStorage expected = INVALID_ENTRY_VALUE; in SetIfInvalid()