Searched refs:race (Results 1 – 10 of 10) sorted by relevance
/system/unwinding/libunwindstack/ |
D | GlobalDebugImpl.h | 200 bool race = false; in ReadAllEntries() local 201 if (!ReadAllEntries(maps, &race)) { in ReadAllEntries() 202 if (race) { in ReadAllEntries() 214 bool ReadAllEntries(Maps* maps, bool* race) { in ReadAllEntries() argument 222 if (!ReadNewEntries(maps, &entries, race)) { in ReadAllEntries() 235 bool ReadNewEntries(Maps* maps, std::map<UID, std::shared_ptr<Symfile>>* entries, bool* race) { in ReadNewEntries() argument 238 if (!ReadNextField(descriptor_addr_ + offsetof(JITDescriptor, first_entry), &uid, race)) { in ReadNewEntries() 257 if (!CheckSeqlock(uid, race)) { in ReadNewEntries() 271 if (!CheckSeqlock(uid, race)) { in ReadNewEntries() 282 if (!ReadNextField(uid.address + offsetof(JITCodeEntry, next), &next_uid, race)) { in ReadNewEntries() [all …]
|
/system/core/debuggerd/client/ |
D | debuggerd_client_test.cpp | 52 TEST(debuggerd_client, race) { in TEST() argument
|
/system/libhidl/transport/manager/1.2/ |
D | IClientCallback.hal | 31 * is called (no race).
|
/system/bpf/bpfloader/ |
D | bpfloader.rc | 43 # race against the graphics stack's boot time locked memory allocation.
|
/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,
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | boringssl_self_test.te | 17 # vendor and system libcrypto have the same hash, there will be a race to create the file,
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | boringssl_self_test.te | 17 # vendor and system libcrypto have the same hash, there will be a race to create the file,
|
/system/bt/gd/docs/architecture/ |
D | architecture.md | 65 race conditions 170 WARNING: Data must be copied between `Handler` to avoid both deadlock and race
|