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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_out.c193 /* Calling _xcb_out_flush_to() can drop the iolock and wait on a condition
195 * This call waits for writers to be done and thus _xcb_out_flush_to() will
207 _xcb_out_flush_to(c, c->out.request);
388 ret = _xcb_out_flush_to(c, c->out.request);
427 ret = _xcb_out_flush_to(c, c->out.request);
484 int _xcb_out_flush_to(xcb_connection_t *c, uint64_t request) function in typeref:typename:int
H A Dxcbint.h135 int _xcb_out_flush_to(xcb_connection_t *c, uint64_t request);
H A Dxcb_in.c514 if(c->out.return_socket || _xcb_out_flush_to(c, request))
753 _xcb_out_flush_to(c, c->out.request);

Completed in 4 milliseconds