Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dmessage_loop_unittest.cc306 int total_calls = 0; in TYPED_TEST() local
313 [this, &timeout_called, &total_calls, &timeout_callback, &timeout_task] { in TYPED_TEST()
315 total_calls++; in TYPED_TEST()
317 if (total_calls > 100) in TYPED_TEST()
328 auto fd_callback = [this, &pipes, &reads, &total_calls](int i) { in TYPED_TEST()
330 total_calls++; in TYPED_TEST()
333 if (total_calls > 100) in TYPED_TEST()
350 EXPECT_GT(total_calls, 100); in TYPED_TEST()
/external/fio/
Dgettime.c100 unsigned long total_calls = 0; in fio_dump_gtod() local
112 total_calls += log->calls; in fio_dump_gtod()
116 printf("Total %lu gettimeofday\n", total_calls); in fio_dump_gtod()