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

/xsrc/external/mit/ctwm/dist/
H A Dewmh.c147 struct timespec tosleep; local in function:GenerateTimestamp
152 tosleep.tv_sec = 0;
153 tosleep.tv_nsec = (10 * 1000 * 1000);
168 nanosleep(&tosleep, NULL);
257 struct timespec tosleep; local in function:EwmhReplaceWM
260 tosleep.tv_sec = 0;
261 tosleep.tv_nsec = (100 * 1000 * 1000);
269 nanosleep(&tosleep, NULL);

Completed in 3 milliseconds