Searched refs:uv_timespec_t (Results 1 – 3 of 3) sorted by relevance
34 .. c:type:: uv_timespec_t44 } uv_timespec_t;65 uv_timespec_t st_atim;66 uv_timespec_t st_mtim;67 uv_timespec_t st_ctim;68 uv_timespec_t st_birthtim;
367 } uv_timespec_t; typedef398 uv_timespec_t st_atim;399 uv_timespec_t st_mtim;400 uv_timespec_t st_ctim;401 uv_timespec_t st_birthtim;
115 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec()
Completed in 19 milliseconds