Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dsysdeps_posix.c141 static SysChannel _s_channels; variable
151 SysChannel *pnode = &_s_channels; in sys_channel_deactivate()
168 channel->next = _s_channels; in sys_channel_activate()
169 _s_channels = channel; in sys_channel_activate()
470 for (channel = _s_channels; channel; channel = channel->next) in sys_single_loop()
515 if (_s_channels == NULL && _s_timers == NULL) in sys_main_loop()