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
82 SYSTEM_TIME_BOOTTIME = 4 // same as SYSTEM_TIME_MONOTONIC, but including CPU suspend time
85 // return the system-time according to the specified clock
93 * Returns the number of milliseconds to wait between the reference time and the timeout time.
94 * If the timeout is in the past relative to the reference time, returns 0.
95 * If the timeout is more than INT_MAX milliseconds in the future relative to the reference time,
97 * Otherwise, returns the difference between the reference time and timeout time