Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c1247 struct timespec times[2]; in uv__fs_copyfile() local
1329 times[0] = src_statsbuf.st_atimespec; in uv__fs_copyfile()
1330 times[1] = src_statsbuf.st_mtimespec; in uv__fs_copyfile()
1332 times[0].tv_sec = src_statsbuf.st_atime; in uv__fs_copyfile()
1333 times[0].tv_nsec = src_statsbuf.st_atime_n; in uv__fs_copyfile()
1334 times[1].tv_sec = src_statsbuf.st_mtime; in uv__fs_copyfile()
1335 times[1].tv_nsec = src_statsbuf.st_mtime_n; in uv__fs_copyfile()
1337 times[0] = src_statsbuf.st_atim; in uv__fs_copyfile()
1338 times[1] = src_statsbuf.st_mtim; in uv__fs_copyfile()
1341 if (futimens(dstfd, times) == -1) { in uv__fs_copyfile()
/libuv/docs/src/
H A Dasync.rst60 times in a row before the callback is called, the callback will only be called once. If
H A Dmisc.rst76 Y2K38-unsafe data type for storing times with microsecond resolution.
88 Y2K38-safe data type for storing times with microsecond resolution.
99 Y2K38-safe data type for storing times with nanosecond resolution.
270 times. If the user changes it they are responsible for making
H A Dstream.rst139 be made several times until there is no more data to read or
H A Dfs.rst36 Y2K38-unsafe data type for storing times with nanosecond resolution.
624 file cannot be open multiple times concurrently.
/libuv/docs/src/guide/
H A Dutilities.rst253 times out. ``curl_multi_socket_action`` is what drives libcurl, and what we
275 multiple times on the same handle is acceptable, it will just update the events
H A Dnetworking.rst242 times, with each address being reported once.
H A Dprocesses.rst162 4 times, one for each ``uv_signal_t``. The handler just stops each handle,
/libuv/
H A DChangeLog5565 * bench: measure total/init/dispatch/cleanup times (Ben Noordhuis)

Completed in 28 milliseconds