Searched refs:times (Results 1 – 9 of 9) sorted by relevance
1247 struct timespec times[2]; in uv__fs_copyfile() local1329 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()
60 times in a row before the callback is called, the callback will only be called once. If
76 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
139 be made several times until there is no more data to read or
36 Y2K38-unsafe data type for storing times with nanosecond resolution.624 file cannot be open multiple times concurrently.
253 times out. ``curl_multi_socket_action`` is what drives libcurl, and what we275 multiple times on the same handle is acceptable, it will just update the events
242 times, with each address being reported once.
162 4 times, one for each ``uv_signal_t``. The handler just stops each handle,
5565 * bench: measure total/init/dispatch/cleanup times (Ben Noordhuis)
Completed in 29 milliseconds