Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsactl/
H A Dlock.c52 struct itimerval itv; in state_lock_() local
117 memset(&itv, 0, sizeof(itv)); in state_lock_()
118 itv.it_value.tv_sec = timeout; in state_lock_()
119 if (setitimer(ITIMER_REAL, &itv, NULL) < 0) { in state_lock_()
130 memset(&itv, 0, sizeof(itv)); in state_lock_()
131 setitimer(ITIMER_REAL, &itv, NULL); in state_lock_()
/third_party/toybox/toys/other/
H A Dtimeout.c37 struct itimerval itv;
51 TT.itv.it_value = TT.ktv; in handler()
52 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in handler()
70 xparsetimeval(*toys.optargs, &TT.itv.it_value); in timeout_main()
85 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in timeout_main()
/third_party/toybox/generated/
H A Dglobals.h443 struct itimerval itv; member

Completed in 5 milliseconds