Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h200 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/
Ddebuggerd_client_test.cpp52 TEST(debuggerd_client, race) { in TEST() argument
/system/libhidl/transport/manager/1.2/
DIClientCallback.hal31 * is called (no race).
/system/bpf/bpfloader/
Dbpfloader.rc43 # race against the graphics stack's boot time locked memory allocation.
/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,
/system/sepolicy/prebuilts/api/31.0/private/
Dboringssl_self_test.te17 # vendor and system libcrypto have the same hash, there will be a race to create the file,
/system/sepolicy/prebuilts/api/30.0/private/
Dboringssl_self_test.te17 # vendor and system libcrypto have the same hash, there will be a race to create the file,
/system/bt/gd/docs/architecture/
Darchitecture.md65 race conditions
170 WARNING: Data must be copied between `Handler` to avoid both deadlock and race