Home
last modified time | relevance | path

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

/external/python/cpython3/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
/external/python/cpython2/Lib/test/
Dtest_asyncore.py747 use_poll = False variable in TestAPI_UseSelect
751 use_poll = True variable in TestAPI_UsePoll
/external/python/cpython2/Lib/
Dasyncore.py205 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/external/python/cpython3/Lib/
Dasyncore.py199 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dxdpxceiver.h140 bool use_poll; member