Home
last modified time | relevance | path

Searched refs:select_select_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h44 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist,
67 return_value = select_select_impl(module, rlist, wlist, xlist, timeout_obj); in select_select()
/external/python/cpython3/Modules/
Dselectmodule.c278 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, in select_select_impl() function