Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h46 PyObject *timeout_obj = Py_None; in select_select() local
208 PyObject *timeout_obj = Py_None; in select_poll_poll() local
376 PyObject *timeout_obj = Py_None; in select_devpoll_poll() local
833 PyObject *timeout_obj = Py_None; in select_epoll_poll() local
Dsignalmodule.c.h550 PyObject *timeout_obj; in signal_sigtimedwait() local
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c64 PyObject *timeout_obj = Py_None; in semlock_acquire() local
279 PyObject *timeout_obj = Py_None; in semlock_acquire() local
Dconnection.h339 PyObject *timeout_obj = NULL; in connection_poll() local
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c66 PyObject *timeout_obj = Py_None; in semlock_acquire() local
272 PyObject *timeout_obj = Py_None; in semlock_acquire() local
/external/python/cpython3/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.c1164 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()