Searched refs:total_calls (Results 1 – 2 of 2) sorted by relevance
306 int total_calls = 0; in TYPED_TEST() local313 [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()
100 unsigned long total_calls = 0; in fio_dump_gtod() local112 total_calls += log->calls; in fio_dump_gtod()116 printf("Total %lu gettimeofday\n", total_calls); in fio_dump_gtod()