Searched refs:poll_for_response (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A Dxcb_io.c291 static xcb_generic_reply_t *poll_for_response(Display *dpy) function in typeref:typename:xcb_generic_reply_t *
441 while((response = poll_for_response(dpy)))
503 * poll_for_response to return non-NULL. The exceptions
508 response = poll_for_response(dpy);
527 while((response = poll_for_response(dpy)))
721 while((event = poll_for_response(dpy)))
/xsrc/external/mit/libX11/dist/
H A DREADME.md217 * poll_for_response race condition fix. Thanks to Frediano Ziglio for

Completed in 5 milliseconds