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.py819 use_poll = False variable in TestAPI_UseIPv4Select
823 use_poll = True variable in TestAPI_UseIPv4Poll
826 use_poll = False variable in TestAPI_UseIPv6Select
830 use_poll = True variable in TestAPI_UseIPv6Poll
833 use_poll = False variable in TestAPI_UseUnixSocketsSelect
837 use_poll = True variable in TestAPI_UseUnixSocketsPoll
/third_party/python/Lib/
Dasyncore.py197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/third_party/alsa-lib/test/
Dlatency.c65 int use_poll = 0; variable