Searched refs:XdmcpTimerNotify (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xdmcp.c | 195 static CARD32 XdmcpTimerNotify(OsTimerPtr timer, CARD32 time, void *arg); 581 xdmcp_timer = TimerSet(NULL, 0, 0, XdmcpTimerNotify, NULL); in xdmcp_reset() 635 TimerSet(xdmcp_timer, 0, XDM_DEF_DORMANCY * 1000, XdmcpTimerNotify, NULL); in XdmcpOpenDisplay() 662 XdmcpTimerNotify(OsTimerPtr timer, CARD32 time, void *arg) in XdmcpTimerNotify() function 792 TimerSet(xdmcp_timer, 0, rtx * 1000, XdmcpTimerNotify, NULL); in send_packet() 1313 TimerSet(xdmcp_timer, 0, XDM_DEF_DORMANCY * 1000, XdmcpTimerNotify, NULL); in recv_alive_msg()
|