Home
last modified time | relevance | path

Searched refs:mp_SetError (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h138 return mp_SetError(PyExc_IOError, res); in connection_sendbytes()
175 mp_SetError(PyExc_IOError, res); in connection_recvbytes()
229 mp_SetError(PyExc_IOError, res); in connection_recvbytes_into()
280 mp_SetError(PyExc_IOError, res); in connection_send_obj()
315 mp_SetError(PyExc_IOError, res); in connection_recv_obj()
370 return mp_SetError(PyExc_IOError, res); in connection_poll()
Dsemaphore.c471 mp_SetError(NULL, MP_STANDARD_ERROR); in semlock_new()
518 return mp_SetError(NULL, MP_STANDARD_ERROR); in semlock_getvalue()
534 return mp_SetError(NULL, MP_STANDARD_ERROR); in semlock_iszero()
537 return mp_SetError(NULL, MP_STANDARD_ERROR); in semlock_iszero()
543 return mp_SetError(NULL, MP_STANDARD_ERROR); in semlock_iszero()
Dmultiprocessing.h127 PyObject *mp_SetError(PyObject *Type, int num);
Dmultiprocessing.c27 mp_SetError(PyObject *Type, int num) in mp_SetError() function