Home
last modified time | relevance | path

Searched refs:loop_count (Results 1 – 2 of 2) sorted by relevance

/system/logging/logd/
DSerializedFlushToStateTest.cpp108 int loop_count = 0; in TestAllReadingWithFutureMessages() local
109 while (write_logs(loop_count++)) { in TestAllReadingWithFutureMessages()
210 auto write_logs = [&](int loop_count) REQUIRES(logd_lock) { in TEST_F()
211 switch (loop_count) { in TEST_F()
/system/extras/simpleperf/
Denvironment.cpp497 size_t loop_count = 0; in WaitForAppProcesses() local
527 if (loop_count > 0u) { in WaitForAppProcesses()
535 if (++loop_count == 1u) { in WaitForAppProcesses()