HomeSort by: relevance | last modified time | path
    Searched refs:uv__hrtime (Results 1 - 13 of 13) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
posix-hrtime.c 29 uint64_t uv__hrtime(uv_clocktype_t type) { function
aix-common.c 43 uint64_t uv__hrtime(uv_clocktype_t type) { function
internal.h 317 uint64_t uv__hrtime(uv_clocktype_t type);
405 loop->time = uv__hrtime(UV_CLOCK_FAST) / 1000000;
darwin.c 60 uint64_t uv__hrtime(uv_clocktype_t type) { function
linux-core.c 121 uint64_t uv__hrtime(uv_clocktype_t type) { function
sunos.c 373 uint64_t uv__hrtime(uv_clocktype_t type) { function
thread.c 858 timeout += uv__hrtime(UV_CLOCK_PRECISE);
os390.c 134 uint64_t uv__hrtime(uv_clocktype_t type) { function
core.c 155 return uv__hrtime(UV_CLOCK_PRECISE);
linux.c 1622 uint64_t uv__hrtime(uv_clocktype_t type) { function
  /src/external/mit/libuv/dist/src/win/
internal.h 258 uint64_t uv__hrtime(unsigned int scale);
util.c 438 t = uv__hrtime(UV__NANOSEC);
460 return uv__hrtime(UV__NANOSEC);
464 uint64_t uv__hrtime(unsigned int scale) { function
core.c 326 uint64_t new_time = uv__hrtime(1000);

Completed in 22 milliseconds