Searched refs:otimeout (Results 1 – 2 of 2) sorted by relevance
1052 int maxevents, PyObject *otimeout);1060 PyObject *otimeout = Py_None; in select_kqueue_control() local1073 otimeout = args[2]; in select_kqueue_control()1075 return_value = select_kqueue_control_impl(self, changelist, maxevents, otimeout); in select_kqueue_control()
2086 int maxevents, PyObject *otimeout) in select_kqueue_control_impl() argument2111 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()