Home
last modified time | relevance | path

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

/crypt/
A Dspeeds.c85 struct itimerval itv; in main() local
130 clearmem ((char*)&itv, (int)sizeof (itv)); in main()
132 itv.it_value.tv_sec = ITIME; in main()
133 itv.it_value.tv_usec = 0; in main()
134 setitimer (ITIMER_VIRTUAL, &itv, NULL); in main()

Completed in 4 milliseconds