Home | History | Annotate | Download | only in vm

Lines Matching full:time

28 #include <sys/time.h>
207 * Get the current time, in nanoseconds. This is "relative" time, meaning
208 * it could be wall-clock time or a monotonic counter, and is only suitable
209 * for computing time deltas.
214 * Get the current time, in microseconds. This is "relative" time, meaning
215 * it could be wall-clock time or a monotonic counter, and is only suitable
216 * for computing time deltas.
223 * Get the current time, in milliseconds. This is "relative" time,
224 * meaning it could be wall-clock time or a monotonic counter, and is
225 * only suitable for computing time deltas. The value returned from
227 * messages. TODO: make this value relative to the start-up time of
235 * Get the current per-thread CPU time. This clock increases monotonically
240 * be used for time deltas.
247 * Per-thread CPU time, in micros.
263 * have elapsed. Pass in the start time, which must be a value returned by
266 * Returns "false" if we were unable to sleep because our time is up.