Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h207 select_poll_poll_impl(pollObject *self, PyObject *timeout_obj);
223 return_value = select_poll_poll_impl(self, timeout_obj); in select_poll_poll()
/aosp_15_r20/external/python/cpython3/Modules/
Dselectmodule.c594 select_poll_poll_impl(pollObject *self, PyObject *timeout_obj) in select_poll_poll_impl() function