HomeSort by: relevance | last modified time | path
    Searched refs:rwait (Results 1 - 7 of 7) sorted by relevancy

  /src/games/tetris/
input.h 37 int rwait(struct timeval *);
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))
tetris.c 275 } while (rwait(NULL) == -1);
  /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...]
  /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);
  /src/lib/libpuffs/
framebuf.c 567 fio->rwait++;
577 fio->rwait--;
578 if (fio->rwait == 0 && (fio->stat & FIO_ENABLE_R) == 0) {
867 if (what & PUFFS_FBIO_READ && fio->rwait == 0) {
899 if (what & PUFFS_FBIO_READ && fio->rwait == 0) {
puffs_priv.h 58 int rwait; member in struct:puffs_fctrl_io

Completed in 15 milliseconds