Home
last modified time | relevance | path

Searched refs:timo_abstime (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/sndiod/
H A Dfile.c71 unsigned int timo_abstime; variable
110 val = timo_abstime + delta; in timo_add()
157 timo_abstime += delta; in timo_update()
168 diff = timo_queue->val - timo_abstime; in timo_update()
185 timo_abstime = 0; in timo_init()
383 timo = ((int)timo_queue->val - (int)timo_abstime) / 1000; in file_poll()