Searched refs:mp_SetError (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_multiprocessing/ |
D | connection.h | 138 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()
|
D | semaphore.c | 471 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()
|
D | multiprocessing.h | 127 PyObject *mp_SetError(PyObject *Type, int num);
|
D | multiprocessing.c | 27 mp_SetError(PyObject *Type, int num) in mp_SetError() function
|