Home
last modified time | relevance | path

Searched refs:UV_CLOCK_PRECISE (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Dinternal.h159 UV_CLOCK_PRECISE = 0, /* Use the highest resolution clock available. */ enumerator
H A Dthread.c822 timeout += uv__hrtime(UV_CLOCK_PRECISE); in uv_cond_timedwait()
H A Dcore.c111 return uv__hrtime(UV_CLOCK_PRECISE); in uv_hrtime()
/third_party/libuv/src/unix/
H A Dthread.c837 timeout += uv__hrtime(UV_CLOCK_PRECISE); in uv_cond_timedwait()
H A Dinternal.h175 UV_CLOCK_PRECISE = 0, /* Use the highest resolution clock available. */ enumerator
H A Dcore.c144 return uv__hrtime(UV_CLOCK_PRECISE); in uv_hrtime()

Completed in 8 milliseconds