Lines Matching refs:timer
152 static struct timeval timer; /* timer used by select to relinquish cpu times */
525 timer.tv_sec = 0;
526 timer.tv_usec = 200;
527 select ( 0, NULL, NULL, NULL, &timer );
767 timer.tv_sec = 0;
768 timer.tv_usec = 200;
769 select ( 0, NULL, NULL, NULL, &timer );
1306 timer.tv_sec = 0;
1307 timer.tv_usec = 10000;
1308 select(0, NULL, NULL, NULL, &timer);