Home
last modified time | relevance | path

Searched refs:_s_timers (Results 1 – 1 of 1) sorted by relevance

/external/qemu/telephony/
Dsysdeps_posix.c326 static SysTimer _s_timers; variable
358 pnode = &_s_timers; in sys_timer_unset()
391 pnode = &_s_timers; in sys_timer_set()
431 if ( _s_timers != NULL ) { in sys_single_loop()
433 SysTimer first = _s_timers; in sys_single_loop()
486 SysTimer timer = _s_timers; in sys_single_loop()
496 _s_timers = timer = timer->next; in sys_single_loop()
515 if (_s_channels == NULL && _s_timers == NULL) in sys_main_loop()