Home | History | Annotate | Download | only in utils

Lines Matching full:time

25 #include <sys/time.h>
79 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point
84 // return the system-time according to the specified clock
92 * Returns the number of milliseconds to wait between the reference time and the timeout time.
93 * If the timeout is in the past relative to the reference time, returns 0.
94 * If the timeout is more than INT_MAX milliseconds in the future relative to the reference time,
96 * Otherwise, returns the difference between the reference time and timeout time
112 * Time the duration of something.
133 // Add the specified amount of time to the timeval.