Searched refs:race (Results 1 – 6 of 6) sorted by relevance
/system/unwinding/libunwindstack/ |
D | GlobalDebugImpl.h | 199 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/ |
D | debuggerd_client_test.cpp | 53 TEST(debuggerd_client, race) { in TEST() argument
|
/system/libhidl/transport/manager/1.2/ |
D | IClientCallback.hal | 31 * is called (no race).
|
/system/chre/doc/ |
D | vendor_extensions.md | 77 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
|
D | nanoapp_overview.md | 90 avoid race conditions leading to clients believing that a preloaded nanoapp
|
/system/sepolicy/private/ |
D | boringssl_self_test.te | 17 # vendor and system libcrypto have the same hash, there will be a race to create the file,
|