Searched refs:timer_spec (Results 1 – 1 of 1) sorted by relevance
454 struct itimerspec timer_spec; in tcase_run_tfun_fork() local483 timer_spec.it_value = tc->timeout; in tcase_run_tfun_fork()484 timer_spec.it_interval.tv_sec = 0; in tcase_run_tfun_fork()485 timer_spec.it_interval.tv_nsec = 0; in tcase_run_tfun_fork()486 if (timer_settime (timerid, 0, &timer_spec, NULL) == 0) { in tcase_run_tfun_fork()