Home
last modified time | relevance | path

Searched refs:MP_EXCEPTION_HAS_BEEN_SET (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c55 return MP_EXCEPTION_HAS_BEEN_SET; in _conn_sendall()
83 return MP_EXCEPTION_HAS_BEEN_SET; in _conn_recvall()
217 return MP_EXCEPTION_HAS_BEEN_SET; in conn_poll()
236 return MP_EXCEPTION_HAS_BEEN_SET; in conn_poll()
Dmultiprocessing.h125 #define MP_EXCEPTION_HAS_BEEN_SET (-1006) macro
Dpipe_connection.c138 return MP_EXCEPTION_HAS_BEEN_SET; in conn_poll()
Dsemaphore.c267 return MP_EXCEPTION_HAS_BEEN_SET; in sem_timedwait_save()
323 if (res == MP_EXCEPTION_HAS_BEEN_SET) in semlock_acquire()
Dmultiprocessing.c62 case MP_EXCEPTION_HAS_BEEN_SET: in mp_SetError()