Home
last modified time | relevance | path

Searched defs:race (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/
DGlobalDebugImpl.h200 bool race = false; in ReadAllEntries() local
214 bool ReadAllEntries(Maps* maps, bool* race) { in ReadAllEntries()
235 bool ReadNewEntries(Maps* maps, std::map<UID, std::shared_ptr<Symfile>>* entries, bool* race) { in ReadNewEntries()
304 bool ReadNextField(uint64_t next_field_addr, UID* uid, bool* race) { in ReadNextField()
/system/core/debuggerd/client/
Ddebuggerd_client_test.cpp52 TEST(debuggerd_client, race) { in TEST() argument