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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dthread.c408 struct timeval *timer_wait;
412 timer_wait = NULL;
415 if (! timer_wait)
416 timer_wait = &thread->u.sands;
417 else if (timeval_cmp (thread->u.sands, *timer_wait) < 0)
418 timer_wait = &thread->u.sands;
423 timer_min = *timer_wait;
430 timer_wait = &timer_min;
433 timer_wait = NULL;
435 if (timer_wait)
405 struct timeval *timer_wait; local
510 struct timeval *timer_wait; local
[all...]

Completed in 16 milliseconds