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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dthread.c1049 struct timeval *timer_wait = &timer_val; local
1087 timer_wait = thread_timer_wait (m->timer, &timer_val);
1091 (!timer_wait || (timeval_cmp (*timer_wait, *timer_wait_bg) > 0)))
1092 timer_wait = timer_wait_bg;
1099 0 if timer_wait is not NULL and we need to use the provided
1105 if (timer_wait)
1108 memcpy(&snmp_timer_wait, timer_wait, sizeof(struct timeval));
1112 timer_wait = &snmp_timer_wait;
1115 num = select (FD_SETSIZE, &readfd, &writefd, &exceptfd, timer_wait);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dthread.c1049 struct timeval *timer_wait = &timer_val; local
1087 timer_wait = thread_timer_wait (m->timer, &timer_val);
1091 (!timer_wait || (timeval_cmp (*timer_wait, *timer_wait_bg) > 0)))
1092 timer_wait = timer_wait_bg;
1099 0 if timer_wait is not NULL and we need to use the provided
1105 if (timer_wait)
1108 memcpy(&snmp_timer_wait, timer_wait, sizeof(struct timeval));
1112 timer_wait = &snmp_timer_wait;
1115 num = select (FD_SETSIZE, &readfd, &writefd, &exceptfd, timer_wait);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dthread.c1049 struct timeval *timer_wait = &timer_val; local
1087 timer_wait = thread_timer_wait (m->timer, &timer_val);
1091 (!timer_wait || (timeval_cmp (*timer_wait, *timer_wait_bg) > 0)))
1092 timer_wait = timer_wait_bg;
1099 0 if timer_wait is not NULL and we need to use the provided
1105 if (timer_wait)
1108 memcpy(&snmp_timer_wait, timer_wait, sizeof(struct timeval));
1112 timer_wait = &snmp_timer_wait;
1115 num = select (FD_SETSIZE, &readfd, &writefd, &exceptfd, timer_wait);
[all...]

Completed in 129 milliseconds