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.cpp177 struct EntryStorage { struct in __anon6123840f0111::UsapTableEntry
181 bool operator!=(const EntryStorage& other) { in operator !=() argument
187 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()