Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h1061 select_kqueue_control_impl(kqueue_queue_Object *self, PyObject *changelist,
1085 return_value = select_kqueue_control_impl(self, changelist, maxevents, otimeout); in select_kqueue_control()
/aosp_15_r20/external/python/cpython3/Modules/
Dselectmodule.c2106 select_kqueue_control_impl(kqueue_queue_Object *self, PyObject *changelist, in select_kqueue_control_impl() function