Searched refs:duration_seconds (Results 1 – 2 of 2) sorted by relevance
231 test_select_stress(int nthreads, uint64_t duration_seconds) in test_select_stress() argument253 T_LOG("Select stress test: %d threads, for %lld seconds", nthreads, duration_seconds); in test_select_stress()286 deadline = mach_absolute_time() + ns_to_abs(duration_seconds * NSEC_PER_SEC); in test_select_stress()287 seconds_remain = duration_seconds; in test_select_stress()
128 uint64_t duration_seconds; member218 while (wall_time_elapsed_ns < args.duration_seconds * kNumNanosecondsInSecond) { in main()675 args->duration_seconds = (unsigned long) duration; in parse_arguments()