Home
last modified time | relevance | path

Searched defs:use_poll (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_asyncore.py820 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
/third_party/python/Lib/
Dasyncore.py199 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument