Home
last modified time | relevance | path

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

/libuv/docs/src/
H A Dfs.rst34 .. c:type:: uv_timespec_t
44 } 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;
/libuv/include/
H A Duv.h367 } uv_timespec_t; typedef
398 uv_timespec_t st_atim;
399 uv_timespec_t st_mtim;
400 uv_timespec_t st_ctim;
401 uv_timespec_t st_birthtim;
/libuv/src/win/
H A Dfs.c115 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec()

Completed in 22 milliseconds