HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionObject (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Modules/_multiprocessing/
connection.h 39 ConnectionObject *self;
61 self = PyObject_New(ConnectionObject, type);
79 connection_dealloc(ConnectionObject* self)
97 connection_sendbytes(ConnectionObject *self, PyObject *args)
145 connection_recvbytes(ConnectionObject *self, PyObject *args)
189 connection_recvbytes_into(ConnectionObject *self, PyObject *args)
260 connection_send_obj(ConnectionObject *self, PyObject *obj)
293 connection_recv_obj(ConnectionObject *self)
337 connection_poll(ConnectionObject *self, PyObject *args)
375 connection_fileno(ConnectionObject* self
    [all...]
pipe_connection.c 18 conn_send_string(ConnectionObject *conn, char *string, size_t length)
42 conn_recv_string(ConnectionObject *conn, char *buffer,
93 conn_poll(ConnectionObject *conn, double timeout, PyThreadState *_save)
socket_connection.c 103 conn_send_string(ConnectionObject *conn, char *string, size_t length)
146 conn_recv_string(ConnectionObject *conn, char *buffer,
188 conn_poll(ConnectionObject *conn, double timeout, PyThreadState *_save)
multiprocessing.h 176 } ConnectionObject;

Completed in 63 milliseconds