Searched refs:tout (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_core.c | 222 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 D | event_handlers.c | 3149 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