Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h54 PyObject *timeout_obj = Py_None; in select_select() local
230 PyObject *timeout_obj = Py_None; in select_poll_poll() local
415 PyObject *timeout_obj = Py_None; in select_devpoll_poll() local
986 PyObject *timeout_obj = Py_None; in select_epoll_poll() local
D_queuemodule.c.h232 PyObject *timeout_obj = Py_None; in _queue_SimpleQueue_get() local
Dsignalmodule.c.h614 PyObject *timeout_obj; in signal_sigtimedwait() local
/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h59 PyObject *timeout_obj = Py_None; in _multiprocessing_SemLock_acquire() local
164 PyObject *timeout_obj = Py_None; in _multiprocessing_SemLock_acquire() local
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c95 PyObject *timeout_obj) in _multiprocessing_SemLock_acquire_impl()
313 PyObject *timeout_obj) in _multiprocessing_SemLock_acquire_impl()
/external/python/cpython3/Modules/
Dselectmodule.c279 PyObject *xlist, PyObject *timeout_obj) in select_select_impl()
620 select_poll_poll_impl(pollObject *self, PyObject *timeout_obj) in select_poll_poll_impl()
950 select_devpoll_poll_impl(devpollObject *self, PyObject *timeout_obj) in select_devpoll_poll_impl()
1566 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj, in select_epoll_poll_impl()
D_queuemodule.c372 int block, PyObject *timeout_obj) in _queue_SimpleQueue_get_impl()
Dfaulthandler.c659 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
D_threadmodule.c630 PyObject *timeout_obj = NULL; in PyThreadHandleObject_join() local
737 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
Dsignalmodule.c1207 PyObject *timeout_obj)
Dtimemodule.c392 time_sleep(PyObject *self, PyObject *timeout_obj) in time_sleep()
D_interpchannelsmodule.c3088 PyObject *timeout_obj = NULL; in channelsmod_send() local
3139 PyObject *timeout_obj = NULL; in channelsmod_send_buffer() local
Dsocketmodule.c3018 socket_parse_timeout(PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()