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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c76 static int timeOutRtx; variable in typeref:typename:int
588 timeOutRtx = 0;
603 timeOutRtx = 0;
783 timeOutRtx = 0;
845 rtx = (XDM_MIN_RTX << timeOutRtx);
864 timeOutRtx = 0;
875 timeOutRtx++;
876 if (state == XDM_AWAIT_ALIVE_RESPONSE && timeOutRtx >= XDM_KA_RTX_LIMIT )
881 else if (timeOutRtx >= XDM_RTX_LIMIT)
945 timeOutRtx
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c77 static int timeOutRtx; variable in typeref:typename:int
573 timeOutRtx = 0;
725 timeOutRtx = 0;
788 rtx = (XDM_MIN_RTX << timeOutRtx);
807 timeOutRtx = 0;
818 timeOutRtx++;
819 if (state == XDM_AWAIT_ALIVE_RESPONSE && timeOutRtx >= XDM_KA_RTX_LIMIT) {
823 else if (timeOutRtx >= XDM_RTX_LIMIT) {

Completed in 5 milliseconds