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.rst31 .. c:type:: uv_timespec_t
41 } uv_timespec_t;
62 uv_timespec_t st_atim;
63 uv_timespec_t st_mtim;
64 uv_timespec_t st_ctim;
65 uv_timespec_t st_birthtim;
/libuv/include/
H A Duv.h364 } uv_timespec_t; typedef
395 uv_timespec_t st_atim;
396 uv_timespec_t st_mtim;
397 uv_timespec_t st_ctim;
398 uv_timespec_t st_birthtim;
/libuv/src/win/
H A Dfs.c103 static void uv__filetime_to_timespec(uv_timespec_t *ts, int64_t filetime) { in uv__filetime_to_timespec()

Completed in 25 milliseconds