Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dkqueue.c169 struct timespec spec; in uv__io_poll() local
279 spec.tv_sec = timeout / 1000; in uv__io_poll()
280 spec.tv_nsec = (timeout % 1000) * 1000000; in uv__io_poll()
297 timeout == -1 ? NULL : &spec); in uv__io_poll()
H A Dsunos.c150 struct timespec spec; in uv__io_poll() local
220 spec.tv_sec = timeout / 1000; in uv__io_poll()
221 spec.tv_nsec = (timeout % 1000) * 1000000; in uv__io_poll()
237 timeout == -1 ? NULL : &spec); in uv__io_poll()
/libuv/
H A DChangeLog1169 * test: log to stdout to conform TAP spec (bbara)

Completed in 26 milliseconds