Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dselect_stress.c231 test_select_stress(int nthreads, uint64_t duration_seconds) in test_select_stress() argument
253 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()
/xnu-8020.101.4/tests/vm/
H A Dfault_throughput.c128 uint64_t duration_seconds; member
218 while (wall_time_elapsed_ns < args.duration_seconds * kNumNanosecondsInSecond) { in main()
675 args->duration_seconds = (unsigned long) duration; in parse_arguments()