Searched refs:select_select_impl (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
D | selectmodule.c.h | 36 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, 59 return_value = select_select_impl(module, rlist, wlist, xlist, timeout_obj); in select_select()
|
/third_party/python/Modules/ |
D | selectmodule.c | 246 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, in select_select_impl() function
|