Home
last modified time | relevance | path

Searched defs:timeout_obj (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/clinic/
Dselectmodule.c.h46 PyObject *timeout_obj = Py_None; in select_select() local
209 PyObject *timeout_obj = Py_None; in select_poll_poll() local
379 PyObject *timeout_obj = Py_None; in select_devpoll_poll() local
837 PyObject *timeout_obj = Py_None; in select_epoll_poll() local
Dsignalmodule.c.h550 PyObject *timeout_obj; in signal_sigtimedwait() local
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c66 PyObject *timeout_obj = Py_None; in semlock_acquire() local
272 PyObject *timeout_obj = Py_None; in semlock_acquire() local
/third_party/python/Modules/
Dselectmodule.c245 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()
Dsignalmodule.c1170 PyObject *timeout_obj) in signal_sigtimedwait_impl()
D_threadmodule.c98 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
Dfaulthandler.c647 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
Dsocketmodule.c2781 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()