Home
last modified time | relevance | path

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

/third_party/alsa-lib/aserver/
H A Daserver.c200 int polling; member
240 client->polling = 0;
326 if (client->polling) { in pcm_shm_close()
328 client->polling = 0; in pcm_shm_close()
544 client->polling = 0; in ctl_handler()
576 client->polling = 1; in ctl_shm_open()
589 if (client->polling) { in ctl_shm_close()
591 client->polling = 0; in ctl_shm_close()
/third_party/python/Lib/asyncio/
H A Dunix_events.py509 polling = selector_events._test_selector_event(
511 if polling:
512 info.append('polling')
651 polling = selector_events._test_selector_event(
653 if polling:
654 info.append('polling')
1045 polling explicitly each process in the SIGCHLD handler instead of calling
H A Dselector_events.py801 polling = _test_selector_event(self._loop._selector,
803 if polling:
804 info.append('read=polling')
808 polling = _test_selector_event(self._loop._selector,
811 if polling:
812 state = 'polling'
/third_party/alsa-lib/src/pcm/
H A Dpcm_share.c92 int polling; member
411 slave->polling = 1; in snd_pcm_share_thread()
420 slave->polling = 0; in snd_pcm_share_thread()
438 if (!slave->polling) { in _snd_pcm_share_update()

Completed in 13 milliseconds