Searched refs:NSEC_PER_TICK (Results 1 – 1 of 1) sorted by relevance
111 #define NSEC_PER_TICK 100 macro112 #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