Home
last modified time | relevance | path

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

/third_party/python/Modules/_multiprocessing/clinic/
Dsemaphore.c.h29 PyObject *timeout_obj = Py_None; in _multiprocessing_SemLock_acquire() local
103 PyObject *timeout_obj = Py_None; in _multiprocessing_SemLock_acquire() local
/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
812 PyObject *timeout_obj = Py_None; in select_epoll_poll() local
Dsignalmodule.c.h536 PyObject *timeout_obj; in signal_sigtimedwait() local
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c88 PyObject *timeout_obj) in _multiprocessing_SemLock_acquire_impl()
304 PyObject *timeout_obj) in _multiprocessing_SemLock_acquire_impl()
/third_party/python/Modules/
Dselectmodule.c247 PyObject *xlist, PyObject *timeout_obj) in select_select_impl()
576 select_poll_poll_impl(pollObject *self, PyObject *timeout_obj) in select_poll_poll_impl()
900 select_devpoll_poll_impl(devpollObject *self, PyObject *timeout_obj) in select_devpoll_poll_impl()
1512 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj, in select_epoll_poll_impl()
Dfaulthandler.c688 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
Dsignalmodule.c1226 PyObject *timeout_obj)
D_threadmodule.c137 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
Dsocketmodule.c2819 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()