Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h46 PyObject *timeout_obj = Py_None; in select_select() local
213 PyObject *timeout_obj = Py_None; in select_poll_poll() local
387 PyObject *timeout_obj = Py_None; in select_devpoll_poll() local
820 PyObject *timeout_obj = Py_None; in select_epoll_poll() local
D_queuemodule.c.h153 PyObject *timeout_obj = Py_None; in _queue_SimpleQueue_get() local
Dsignalmodule.c.h537 PyObject *timeout_obj; in signal_sigtimedwait() local
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython3/Modules/
Dselectmodule.c257 PyObject *xlist, PyObject *timeout_obj) in select_select_impl()
594 select_poll_poll_impl(pollObject *self, PyObject *timeout_obj) in select_poll_poll_impl()
920 select_devpoll_poll_impl(devpollObject *self, PyObject *timeout_obj) in select_devpoll_poll_impl()
1533 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj, in select_epoll_poll_impl()
D_queuemodule.c205 int block, PyObject *timeout_obj) in _queue_SimpleQueue_get_impl()
Dfaulthandler.c707 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
Dsignalmodule.c1253 PyObject *timeout_obj)
Dtimemodule.c373 time_sleep(PyObject *self, PyObject *timeout_obj)
D_threadmodule.c133 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
Dsocketmodule.c2860 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c90 PyObject *timeout_obj) in _multiprocessing_SemLock_acquire_impl()
306 PyObject *timeout_obj) in _multiprocessing_SemLock_acquire_impl()
/aosp_15_r20/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