Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dfs.c111 #define NSEC_PER_TICK 100 macro
112 #define TICKS_PER_SEC ((int64_t) 1e9 / NSEC_PER_TICK)
118 ts->tv_nsec = (filetime % TICKS_PER_SEC) * NSEC_PER_TICK; in uv__filetime_to_timespec()

Completed in 22 milliseconds