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

/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dserver.c67 struct timeval lastmsg; member in struct:idle_globals
205 gettimeofday(&idle_globals.lastmsg, NULL);
236 gettimeofday(&idle_globals.lastmsg, NULL);
301 long delta = now.tv_sec - idle_globals.lastmsg.tv_sec;
317 long delta = (now.tv_sec - idle_globals.lastmsg.tv_sec);

Completed in 3 milliseconds