Searched refs:xcb_take_socket (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libxcb/dist/src/
H A Dxcbext.h197 * xcb_take_socket allows external code to ask XCB for permission to
199 * xcb_writev. xcb_take_socket provides the sequence number of the last
200 * request XCB sent. The caller of xcb_take_socket must supply a
213 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent);
224 * xcb_take_socket, and haven't returned from return_socket yet) to call
227 * This means that the first request you send after xcb_take_socket must cause a
H A Dxcb_out.c376 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent) function in typeref:typename:int
/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c72 if(!xcb_take_socket(dpy->xcb->connection, return_socket, dpy,

Completed in 5 milliseconds