Searched refs:UV_CLOCK_FAST (Results 1 – 2 of 2) sorted by relevance
160 UV_CLOCK_FAST = 1 /* Use the fastest clock with <= 1ms granularity. */ enumerator313 loop->time = uv__hrtime(UV_CLOCK_FAST) / 1000000; in UV_UNUSED()
135 if (type != UV_CLOCK_FAST) in uv__hrtime()