Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_asynchat.py129 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
160 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
180 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
192 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
202 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
213 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
226 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
253 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
Dtest_asyncore.py419 asyncore.loop(timeout=0.01, use_poll=True, count=2)
515 asyncore.loop(timeout=0.01, count=1, use_poll=self.use_poll)
668 if sys.platform == "darwin" and self.use_poll:
715 asyncore.loop(timeout=0.01, use_poll=self.use_poll, count=100)
820 use_poll = False variable in TestAPI_UseIPv4Select
824 use_poll = True variable in TestAPI_UseIPv4Poll
827 use_poll = False variable in TestAPI_UseIPv6Select
831 use_poll = True variable in TestAPI_UseIPv6Poll
834 use_poll = False variable in TestAPI_UseUnixSocketsSelect
838 use_poll = True variable in TestAPI_UseUnixSocketsPoll
/third_party/alsa-lib/test/
Dlatency.c51 int use_poll = 0; variable
559 use_poll = 1; in main()
589 printf("Poll mode: %s\n", use_poll ? "yes" : "no"); in main()
655 if (use_poll) { in main()
/third_party/python/Lib/
Dasyncore.py199 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
203 if use_poll and hasattr(select, 'poll'):
/third_party/python/Doc/library/
Dasyncore.rst59 .. function:: loop([timeout[, use_poll[, map[,count]]]])
66 call, measured in seconds; the default is 30 seconds. The *use_poll*