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

/xsrc/external/mit/ctwm/dist/
H A Devent_core.c222 struct timeval timeout, *tout = NULL; local in function:CtwmNextEvent
247 tout = (AnimationSpeed > 0) ? &timeout : NULL;
258 found = select(fd + 1, &mask, NULL, NULL, tout);
H A Devent_handlers.c3149 static struct timeval tout, timeout = {0, 12500}; local in function:HandleEnterNotify
3171 tout = timeout;
3172 select(0, NULL, NULL, NULL, &tout);

Completed in 5 milliseconds