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

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

Completed in 71 milliseconds