Home
last modified time | relevance | path

Searched refs:uv__hrtime (Results 1 – 13 of 13) sorted by relevance

/libuv/src/unix/
H A Dposix-hrtime.c29 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
H A Daix-common.c43 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
H A Dinternal.h312 uint64_t uv__hrtime(uv_clocktype_t type);
396 loop->time = uv__hrtime(UV_CLOCK_FAST) / 1000000; in UV_UNUSED()
H A Ddarwin.c60 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
H A Dthread.c837 timeout += uv__hrtime(UV_CLOCK_PRECISE); in uv_cond_timedwait()
H A Dsunos.c373 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
H A Dos390.c134 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
H A Dcore.c143 return uv__hrtime(UV_CLOCK_PRECISE); in uv_hrtime()
H A Dlinux.c1606 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
/libuv/src/win/
H A Dinternal.h258 uint64_t uv__hrtime(unsigned int scale);
H A Dutil.c438 t = uv__hrtime(UV__NANOSEC); in uv_clock_gettime()
460 return uv__hrtime(UV__NANOSEC); in uv_hrtime()
464 uint64_t uv__hrtime(unsigned int scale) { in uv__hrtime() function
H A Dcore.c326 uint64_t new_time = uv__hrtime(1000); in uv_update_time()
/libuv/
H A DChangeLog5567 * darwin: fix indentation in uv__hrtime() (Ben Noordhuis)

Completed in 59 milliseconds