Searched refs:spec (Results 1 – 3 of 3) sorted by relevance
163 struct timespec spec; in uv__io_poll() local273 spec.tv_sec = timeout / 1000; in uv__io_poll()274 spec.tv_nsec = (timeout % 1000) * 1000000; in uv__io_poll()291 timeout == -1 ? NULL : &spec); in uv__io_poll()
150 struct timespec spec; in uv__io_poll() local220 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()
1218 * test: log to stdout to conform TAP spec (bbara)
Completed in 14 milliseconds