Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_run.c454 struct itimerspec timer_spec; in tcase_run_tfun_fork() local
483 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()