Searched refs:timo (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/package/samba-scripts/src/
H A Dusbled.c17 struct timeval timo; local
22 timo.tv_sec = 1;
23 timo.tv_usec = 0;
24 select(1, NULL, NULL, NULL, &timo);
/netgear-R7800-V1.0.2.28/package/pot/src/
H A Dpot.c68 struct timeval timo; local
129 timo.tv_sec = POT_RESOLUTION * 60;
130 timo.tv_usec = 1;
131 select(1, NULL, NULL, NULL, &timo);

Completed in 37 milliseconds