Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dpipe_connection.c93 conn_poll(ConnectionObject *conn, double timeout, PyThreadState *_save) in conn_poll() function
Dsocket_connection.c188 conn_poll(ConnectionObject *conn, double timeout, PyThreadState *_save) in conn_poll() function
Dconnection.h361 res = conn_poll(self, timeout, _save); in connection_poll()