/src/games/tetris/ |
input.c | 75 rwait(struct timeval *tvp) function in typeref:typename:int 130 if (rwait(&tv) && read(0, &c, 1) != 1) 150 * Most of the hard work is done by rwait(). 157 if (!rwait(&timeleft))
|
input.c | 75 rwait(struct timeval *tvp) function in typeref:typename:int 130 if (rwait(&tv) && read(0, &c, 1) != 1) 150 * Most of the hard work is done by rwait(). 157 if (!rwait(&timeleft))
|
/src/usr.sbin/timed/timed/ |
readmsg.c | 55 struct timeval rtime, rwait, rtout; variable in typeref:struct:timeval 178 timersub(&rtout, &rtime, &rwait); 179 if (rwait.tv_sec < 0) 180 rwait.tv_sec = rwait.tv_usec = 0; 181 else if (rwait.tv_sec == 0 182 && rwait.tv_usec < 1000000/CLK_TCK) 183 rwait.tv_usec = 1000000/CLK_TCK; 187 (long int)rwait.tv_sec, (long int)rwait.tv_usec [all...] |
readmsg.c | 55 struct timeval rtime, rwait, rtout; variable in typeref:struct:timeval 178 timersub(&rtout, &rtime, &rwait); 179 if (rwait.tv_sec < 0) 180 rwait.tv_sec = rwait.tv_usec = 0; 181 else if (rwait.tv_sec == 0 182 && rwait.tv_usec < 1000000/CLK_TCK) 183 rwait.tv_usec = 1000000/CLK_TCK; 187 (long int)rwait.tv_sec, (long int)rwait.tv_usec [all...] |
/src/lib/libpuffs/ |
puffs_priv.h | 58 int rwait; member in struct:puffs_fctrl_io
|
puffs_priv.h | 58 int rwait; member in struct:puffs_fctrl_io
|
/src/lib/librumpuser/ |
rumpfiber.c | 769 struct waithead rwait; member in struct:rumpuser_rw 782 TAILQ_INIT(&rw->rwait); 800 w = &rw->rwait; 856 } else if (!TAILQ_EMPTY(&rw->rwait) && rw->o == NULL) { 857 wakeup_all(&rw->rwait);
|
rumpfiber.c | 769 struct waithead rwait; member in struct:rumpuser_rw 782 TAILQ_INIT(&rw->rwait); 800 w = &rw->rwait; 856 } else if (!TAILQ_EMPTY(&rw->rwait) && rw->o == NULL) { 857 wakeup_all(&rw->rwait);
|