Home
last modified time | relevance | path

Searched refs:MP_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c64 return MP_SUCCESS; in _conn_sendall()
95 return MP_SUCCESS; in _conn_recvall()
Dmultiprocessing.h118 #define MP_SUCCESS (0) macro
Dpipe_connection.c32 return ret ? MP_SUCCESS : MP_STANDARD_ERROR; in conn_send_string()