Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dselectmodule.c.h1052 int maxevents, PyObject *otimeout);
1060 PyObject *otimeout = Py_None; in select_kqueue_control() local
1073 otimeout = args[2]; in select_kqueue_control()
1075 return_value = select_kqueue_control_impl(self, changelist, maxevents, otimeout); in select_kqueue_control()
/third_party/python/Modules/
Dselectmodule.c2086 int maxevents, PyObject *otimeout) in select_kqueue_control_impl() argument
2111 if (otimeout == Py_None) { in select_kqueue_control_impl()
2116 otimeout, _PyTime_ROUND_TIMEOUT) < 0) { in select_kqueue_control_impl()
2120 _PyType_Name(Py_TYPE(otimeout))); in select_kqueue_control_impl()