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

/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dserver.c64 struct idle_globals { struct
70 struct idle_globals idle_globals; variable in typeref:struct:idle_globals
203 idle_globals.mp = mp;
204 idle_globals.timeout = idle_timeout;
205 gettimeofday(&idle_globals.lastmsg, NULL);
236 gettimeofday(&idle_globals.lastmsg, NULL);
301 long delta = now.tv_sec - idle_globals.lastmsg.tv_sec;
302 if (delta >= idle_globals.timeout) {
317 long delta = (now.tv_sec - idle_globals
[all...]

Completed in 2 milliseconds