Home
last modified time | relevance | path

Searched refs:otimeout (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A Dselectmodule.c.h1062 int maxevents, PyObject *otimeout);
1070 PyObject *otimeout = Py_None; in select_kqueue_control() local
1083 otimeout = args[2]; in select_kqueue_control()
1085 return_value = select_kqueue_control_impl(self, changelist, maxevents, otimeout); in select_kqueue_control()
/third_party/python/Modules/
H A Dselectmodule.c2097 timeout as otimeout: object = None
2107 int maxevents, PyObject *otimeout) in select_kqueue_control_impl()
2132 if (otimeout == Py_None) { in select_kqueue_control_impl()
2137 otimeout, _PyTime_ROUND_TIMEOUT) < 0) { in select_kqueue_control_impl()
2141 _PyType_Name(Py_TYPE(otimeout))); in select_kqueue_control_impl()
2106 select_kqueue_control_impl(kqueue_queue_Object *self, PyObject *changelist, int maxevents, PyObject *otimeout) select_kqueue_control_impl() argument

Completed in 6 milliseconds