Home
last modified time | relevance | path

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

/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
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c66 PyObject *timeout_obj = Py_None; in semlock_acquire() local
272 PyObject *timeout_obj = Py_None; in semlock_acquire() local
/external/python/cpython3/Modules/
Dselectmodule.c200 PyObject *timeout_obj = Py_None; in select_select() local
529 PyObject *result_list = NULL, *timeout_obj = NULL; in poll_poll() local
888 PyObject *result_list = NULL, *timeout_obj = NULL; in devpoll_poll() local
1502 PyObject *timeout_obj = NULL; in pyepoll_poll() local
Dsignalmodule.c1048 PyObject *timeout_obj) in signal_sigtimedwait_impl()
D_threadmodule.c96 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
Dfaulthandler.c645 PyObject *timeout_obj; in faulthandler_dump_traceback_later() local
Dsocketmodule.c2640 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()
/external/python/cpython3/Modules/clinic/
Dsignalmodule.c.h351 PyObject *timeout_obj; in signal_sigtimedwait() local