Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dselectmodule.c.h1051 select_kqueue_control_impl(kqueue_queue_Object *self, PyObject *changelist,
1075 return_value = select_kqueue_control_impl(self, changelist, maxevents, otimeout); in select_kqueue_control()
/third_party/python/Modules/
Dselectmodule.c2085 select_kqueue_control_impl(kqueue_queue_Object *self, PyObject *changelist, in select_kqueue_control_impl() function