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

/xsrc/external/mit/libX11/dist/src/
H A DXprivate.h20 #define InternalLockDisplay(d,wskip) if ((d)->lock) \ macro
23 #define InternalLockDisplay(d,wskip) if ((d)->lock) \ macro
27 #define InternalLockDisplay(d,wskip) macro
H A Dxcb_io.c56 InternalLockDisplay(dpy, /* don't skip user locks */ 0);
491 InternalLockDisplay(dpy, /* ignore user locks */ 1);
644 InternalLockDisplay(dpy, /* don't skip user locks */ 0);
706 InternalLockDisplay(dpy, /* ignore user locks */ 1);
H A DXlibInt.c199 InternalLockDisplay(dpy, /* don't skip user locks */ 0);

Completed in 10 milliseconds