Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h199 bool race = false; in ReadAllEntries() local
200 if (!ReadAllEntries(maps, &race)) { in ReadAllEntries()
201 if (race) { in ReadAllEntries()
213 bool ReadAllEntries(Maps* maps, bool* race) { in ReadAllEntries() argument
221 if (!ReadNewEntries(maps, &entries, race)) { in ReadAllEntries()
234 bool ReadNewEntries(Maps* maps, std::map<UID, std::shared_ptr<Symfile>>* entries, bool* race) { in ReadNewEntries() argument
237 if (!ReadNextField(descriptor_addr_ + offsetof(JITDescriptor, first_entry), &uid, race)) { in ReadNewEntries()
256 if (!CheckSeqlock(uid, race)) { in ReadNewEntries()
270 if (!CheckSeqlock(uid, race)) { in ReadNewEntries()
281 if (!ReadNextField(uid.address + offsetof(JITCodeEntry, next), &next_uid, race)) { in ReadNewEntries()
[all …]
/system/core/debuggerd/client/
Ddebuggerd_client_test.cpp53 TEST(debuggerd_client, race) { in TEST() argument
/system/libhidl/transport/manager/1.2/
DIClientCallback.hal31 * is called (no race).
/system/chre/doc/
Dvendor_extensions.md77 the EventLoop, so vendor extension code does not need to worry about race
79 not need to worry about race conditions in its callbacks/handlers. However, it
Dnanoapp_overview.md90 avoid race conditions leading to clients believing that a preloaded nanoapp
/system/sepolicy/private/
Dboringssl_self_test.te17 # vendor and system libcrypto have the same hash, there will be a race to create the file,