Home
last modified time | relevance | path

Searched defs:timeout_obj (Results 1 – 8 of 8) 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/clinic/
Dsignalmodule.c.h351 PyObject *timeout_obj; in signal_sigtimedwait() local
/external/python/cpython3/Modules/
Dselectmodule.c200 PyObject *timeout_obj = Py_None; in select_select() local
528 PyObject *result_list = NULL, *timeout_obj = NULL; in poll_poll() local
883 PyObject *result_list = NULL, *timeout_obj = NULL; in devpoll_poll() local
1493 PyObject *timeout_obj = NULL; in pyepoll_poll() local
Dsignalmodule.c1025 PyObject *timeout_obj) in signal_sigtimedwait_impl()
D_threadmodule.c103 PyObject *timeout_obj = NULL; in lock_acquire_parse_args() local
Dsocketmodule.c2468 socket_parse_timeout(_PyTime_t *timeout, PyObject *timeout_obj) in socket_parse_timeout()