Lines Matching defs:clock
1416 // See if monotonic clock is supported by the kernel. Note that some
1418 // 1/100 or 1/1000 second). It would be bad to use such a low res clock
1428 // yes, monotonic clock is supported
1431 // close librt if there is no monotonic clock
1464 // clock (CLOCK_THREAD_CPUTIME_ID) but not the clocks
1506 // gettimeofday is a real time clock so it skips
1546 struct tm* os::localtime_pd(const time_t* clock, struct tm* res) {
1547 return localtime_r(clock, res);
3540 // time moving backwards, should only happen if no monotonic clock
3579 // time moving backwards, should only happen if no monotonic clock