Searched defs:use_poll (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/Lib/test/ | ||
| D | test_asyncore.py | 819 use_poll = False variable in TestAPI_UseIPv4Select |
| /external/python/cpython2/Lib/test/ | ||
| D | test_asyncore.py | 747 use_poll = False variable in TestAPI_UseSelect |
| /external/python/cpython3/Lib/ | ||
| D | asyncore.py | 197 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument |
| /external/python/cpython2/Lib/ | ||
| D | asyncore.py | 205 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument |
| /external/linux-kselftest/tools/testing/selftests/bpf/ | ||
| D | xskxceiver.h | 153 bool use_poll; member |
| D | xskxceiver.c | 1008 bool use_poll = ifobject->use_poll; in __send_pkts() local |