Searched refs:find_ready_matching (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_devpoll.py | 15 def find_ready_matching(ready, flag): function 52 ready_writers = find_ready_matching(ready, select.POLLOUT) 59 ready_readers = find_ready_matching(ready, select.POLLIN)
|
D | test_poll.py | 18 def find_ready_matching(ready, flag): function 55 ready_writers = find_ready_matching(ready, select.POLLOUT) 62 ready_readers = find_ready_matching(ready, select.POLLIN)
|
D | test_selectors.py | 43 def find_ready_matching(ready, flag): function 324 ready_writers = find_ready_matching(ready, selectors.EVENT_WRITE) 332 ready_readers = find_ready_matching(ready,
|
/external/python/cpython2/Lib/test/ |
D | test_poll.py | 20 def find_ready_matching(ready, flag): function 57 ready_writers = find_ready_matching(ready, select.POLLOUT) 64 ready_readers = find_ready_matching(ready, select.POLLIN)
|