Searched refs:uv__hrtime (Results 1 – 13 of 13) sorted by relevance
29 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
43 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
312 uint64_t uv__hrtime(uv_clocktype_t type);398 loop->time = uv__hrtime(UV_CLOCK_FAST) / 1000000; in UV_UNUSED()
60 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
837 timeout += uv__hrtime(UV_CLOCK_PRECISE); in uv_cond_timedwait()
373 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
134 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
153 return uv__hrtime(UV_CLOCK_PRECISE); in uv_hrtime()
1621 uint64_t uv__hrtime(uv_clocktype_t type) { in uv__hrtime() function
258 uint64_t uv__hrtime(unsigned int scale);
438 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
326 uint64_t new_time = uv__hrtime(1000); in uv_update_time()
5818 * darwin: fix indentation in uv__hrtime() (Ben Noordhuis)
Completed in 50 milliseconds