Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h976 select_kqueue_close_impl(kqueue_queue_Object *self);
981 return select_kqueue_close_impl(self); in select_kqueue_close()
/aosp_15_r20/external/python/cpython3/Modules/
Dselectmodule.c2035 select_kqueue_close_impl(kqueue_queue_Object *self) in select_kqueue_close_impl() function