Home
last modified time | relevance | path

Searched refs:EndThread (Results 1 – 6 of 6) sorted by relevance

/system/extras/memory_replay/tests/
DActionTest.cpp30 ASSERT_FALSE(action->EndThread()); in TEST()
52 ASSERT_FALSE(action->EndThread()); in TEST()
65 ASSERT_FALSE(action->EndThread()); in TEST()
80 ASSERT_FALSE(action->EndThread()); in TEST()
102 ASSERT_FALSE(action->EndThread()); in TEST()
114 ASSERT_FALSE(action->EndThread()); in TEST()
139 ASSERT_FALSE(action->EndThread()); in TEST()
165 ASSERT_TRUE(action->EndThread()); in TEST()
DThreadTest.cpp112 ASSERT_TRUE(action->EndThread()); in TEST()
/system/extras/memory_replay/
DAction.h33 virtual bool EndThread() { return false; } in EndThread() function
Dmain.cpp128 if (action->EndThread()) { in ProcessDump()
DThreads.cpp39 bool end_thread = action->EndThread(); in ThreadRunner()
DAction.cpp43 bool EndThread() override { return true; } in EndThread() function in EndThreadAction