Home
last modified time | relevance | path

Searched defs:timeout_obj (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Modules/clinic/
H A D_queuemodule.c.h153 PyObject *timeout_obj = Py_None; in _queue_SimpleQueue_get() local
H A Dsignalmodule.c.h537 PyObject *timeout_obj; in signal_sigtimedwait() local
H A 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 in select_devpoll_poll() local
820 PyObject *timeout_obj = Py_None; select_epoll_poll() local
[all...]
/third_party/python/Modules/_multiprocessing/clinic/
H A 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/
H A D_queuemodule.c204 _queue_SimpleQueue_get_impl(simplequeueobject *self, PyTypeObject *cls, int block, PyObject *timeout_obj) _queue_SimpleQueue_get_impl() argument
H A D_threadmodule.c133 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
H A Dfaulthandler.c707 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
H A Dsignalmodule.c1252 signal_sigtimedwait_impl(PyObject *module, sigset_t sigset, PyObject *timeout_obj) global() argument
H A Dtimemodule.c373 time_sleep(PyObject *self, PyObject *timeout_obj) argument
H A Dselectmodule.c594 select_poll_poll_impl(pollObject *self, PyObject *timeout_obj) in select_poll_poll_impl() argument
920 select_devpoll_poll_impl(devpollObject *self, PyObject *timeout_obj) in select_devpoll_poll_impl() argument
256 select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist, PyObject *xlist, PyObject *timeout_obj) select_select_impl() argument
1533 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj, int maxevents) select_epoll_poll_impl() argument
[all...]
H A Dsocketmodule.c2860 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout() argument
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c89 _multiprocessing_SemLock_acquire_impl(SemLockObject *self, int blocking, PyObject *timeout_obj) _multiprocessing_SemLock_acquire_impl() argument
305 _multiprocessing_SemLock_acquire_impl(SemLockObject *self, int blocking, PyObject *timeout_obj) _multiprocessing_SemLock_acquire_impl() argument

Completed in 23 milliseconds