Searched defs:timeout_obj (Results 1 – 10 of 10) sorted by relevance
46 PyObject *timeout_obj = Py_None; in select_select() local208 PyObject *timeout_obj = Py_None; in select_poll_poll() local376 PyObject *timeout_obj = Py_None; in select_devpoll_poll() local833 PyObject *timeout_obj = Py_None; in select_epoll_poll() local
550 PyObject *timeout_obj; in signal_sigtimedwait() local
64 PyObject *timeout_obj = Py_None; in semlock_acquire() local279 PyObject *timeout_obj = Py_None; in semlock_acquire() local
339 PyObject *timeout_obj = NULL; in connection_poll() local
66 PyObject *timeout_obj = Py_None; in semlock_acquire() local272 PyObject *timeout_obj = Py_None; in semlock_acquire() local
245 PyObject *xlist, PyObject *timeout_obj) in select_select_impl()573 select_poll_poll_impl(pollObject *self, PyObject *timeout_obj) in select_poll_poll_impl()895 select_devpoll_poll_impl(devpollObject *self, PyObject *timeout_obj) in select_devpoll_poll_impl()1494 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj, in select_epoll_poll_impl()
1164 PyObject *timeout_obj) in signal_sigtimedwait_impl()
98 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
647 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
2781 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()