Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_asyncore.py747 use_poll = False variable in TestAPI_UseSelect
751 use_poll = True variable in TestAPI_UsePoll
/aosp_15_r20/external/python/cpython2/Lib/
Dasyncore.py205 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dasyncore.py197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dasyncore.py197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dasyncore.py197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dasyncore.py197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dasyncore.py197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dasyncore.py197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dxskxceiver.h153 bool use_poll; member
H A Dxskxceiver.c1008 bool use_poll = ifobject->use_poll; in __send_pkts() local