Max Neklyudov
|
61af0d511f
|
Use up_timer_gettime for CLOCK_MONOTONIC in tickless mode. From Max Neklyudov.
|
2015-06-22 06:37:26 -06:00 |
Gregory Nutt
|
c99d927527
|
When an RTC is used, clock_systimespec() must subtract the basetime from the RTC time
|
2015-02-25 07:24:03 -06:00 |
Gregory Nutt
|
3724a5e98e
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
Gregory Nutt
|
4a20cd65c5
|
clock_gettime.c: Fix a cornercase bug in clock_gettime()
|
2014-09-10 17:10:54 -06:00 |
Gregory Nutt
|
eed1d6c619
|
When reading the system timer, don't read a struct timespec, convert it to a fake tick count, then back to a timespec. Remove CLOCK_ACTIVETIME.. it is non-standard, unused, and gets in the way of changes like this
|
2014-08-15 03:55:41 -06:00 |
Gregory Nutt
|
d4b56eb3cc
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |