Lines Matching defs:clock
1595 // XXXDARWIN: Investigate replacement monotonic clock
1603 // yes, monotonic clock is supported
1622 // See if monotonic clock is supported by the kernel. Note that some
1624 // 1/100 or 1/1000 second). It would be bad to use such a low res clock
1634 // yes, monotonic clock is supported
1637 // close librt if there is no monotonic clock
1672 // clock (CLOCK_THREAD_CPUTIME_ID) but not the clocks
1715 // gettimeofday is a real time clock so it skips
1755 struct tm* os::localtime_pd(const time_t* clock, struct tm* res) {
1756 return localtime_r(clock, res);
3619 // time moving backwards, should only happen if no monotonic clock
3658 // time moving backwards, should only happen if no monotonic clock