Home
last modified time | relevance | path

Searched refs:THREAD_DONE (Results 1 – 7 of 7) sorted by relevance

/system/extras/memory_replay/tests/
DThreadsTest.cpp35 AllocEntry thread_done = {.type = THREAD_DONE}; in TEST()
70 AllocEntry thread_done = {.type = THREAD_DONE}; in TEST()
116 AllocEntry thread_done = {.type = THREAD_DONE}; in TEST()
DAllocTest.cpp135 EXPECT_EQ(THREAD_DONE, entry.type); in TEST()
/system/extras/memory_replay/
DAlloc.h30 THREAD_DONE, enumerator
Dmain.cpp44 case THREAD_DONE: in GetMaxAllocs()
115 if (entries[i].type == THREAD_DONE) { in ProcessDump()
DThreads.cpp40 bool thread_done = entry.type == THREAD_DONE; in ThreadRunner()
148 AllocEntry thread_done = {.type = THREAD_DONE}; in FinishAll()
DAlloc.cpp77 entry->type = THREAD_DONE; in AllocGetData()
88 case THREAD_DONE: in AllocDoesFree()
DTraceBenchmark.cpp139 case THREAD_DONE: in GetTraceData()
240 case THREAD_DONE: in RunTrace()