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

/xsrc/external/mit/ctwm/dist/
H A Dwin_iconify.c617 struct timeval timeoutstruct; local in function:waitamoment
619 timeoutstruct.tv_usec = usec % (unsigned long) 1000000;
620 timeoutstruct.tv_sec = usec / (unsigned long) 1000000;
621 select(0, NULL, NULL, NULL, &timeoutstruct);

Completed in 2 milliseconds