Searched defs:timeout_obj (Results 1 - 12 of 12) sorted by relevance
| /third_party/python/Modules/clinic/ |
| H A D | _queuemodule.c.h | 153 PyObject *timeout_obj = Py_None; in _queue_SimpleQueue_get() local
|
| H A D | signalmodule.c.h | 537 PyObject *timeout_obj; in signal_sigtimedwait() local
|
| H A D | selectmodule.c.h | 46 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 D | semaphore.c.h | 29 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.c | 204 _queue_SimpleQueue_get_impl(simplequeueobject *self, PyTypeObject *cls, int block, PyObject *timeout_obj) _queue_SimpleQueue_get_impl() argument
|
| H A D | _threadmodule.c | 133 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
|
| H A D | faulthandler.c | 707 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
|
| H A D | signalmodule.c | 1252 signal_sigtimedwait_impl(PyObject *module, sigset_t sigset, PyObject *timeout_obj) global() argument
|
| H A D | timemodule.c | 373 time_sleep(PyObject *self, PyObject *timeout_obj) argument
|
| H A D | selectmodule.c | 594 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 D | socketmodule.c | 2860 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout() argument
|
| /third_party/python/Modules/_multiprocessing/ |
| H A D | semaphore.c | 89 _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