Searched refs:uv__hrtime (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dposix-hrtime.c31 uint64_t uv__hrtime(uv_clocktype_t type) { function
H A Daix-common.c43 uint64_t uv__hrtime(uv_clocktype_t type) { function
H A Dinternal.h259 uint64_t uv__hrtime(uv_clocktype_t type);
312 loop->time = uv__hrtime(UV_CLOCK_FAST) / 1000000;
H A Ddarwin.c69 uint64_t uv__hrtime(uv_clocktype_t type) { function
H A Dsunos.c371 uint64_t uv__hrtime(uv_clocktype_t type) { function
H A Dthread.c822 timeout += uv__hrtime(UV_CLOCK_PRECISE);
H A Dlinux-core.c121 uint64_t uv__hrtime(uv_clocktype_t type) { function
H A Dos390.c135 uint64_t uv__hrtime(uv_clocktype_t type) { function
H A Dcore.c111 return uv__hrtime(UV_CLOCK_PRECISE);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dinternal.h268 uint64_t uv__hrtime(unsigned int scale);
H A Dcore.c326 uint64_t new_time = uv__hrtime(1000);
H A Dutil.c492 return uv__hrtime(UV__NANOSEC);
495 uint64_t uv__hrtime(unsigned int scale) { function

Completed in 121 milliseconds