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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_event.c862 unsigned int timer_efn; local in function:waitForSomething
905 timer_efn = __glutConnectionFD - 1;
906 if ((timer_efn / 32) != (__glutConnectionFD / 32)) {
907 timer_efn = __glutConnectionFD + 1;
909 rc = SYS$CLREF(timer_efn);
910 rc = SYS$SETIMR(timer_efn, &timeout, NULL, timer_id, 0);
911 wait_mask |= 1 << (timer_efn & 31);
913 timer_efn = 0;
916 if (timer_efn != 0 && SYS$CLREF(timer_efn)
[all...]

Completed in 2 milliseconds