Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dinternal.h160 UV_CLOCK_FAST = 1 /* Use the fastest clock with <= 1ms granularity. */ enumerator
313 loop->time = uv__hrtime(UV_CLOCK_FAST) / 1000000; in UV_UNUSED()
Dlinux-core.c135 if (type != UV_CLOCK_FAST) in uv__hrtime()