nuttx/sched/clock
2018-01-15 11:05:45 -06:00
..
clock_abstime2ticks.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
clock_dow.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
clock_getres.c sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 16:42:42 -06:00
clock_gettime.c clock: add clock_resynchronize and use subseconds RTC 2017-04-21 08:45:57 -06:00
clock_initialize.c procfs: Fix uptime being close to maximum 32-bit value in certain config 2017-11-10 09:01:39 -06:00
clock_settime.c Rename CONFIG_SCHED_TIMEKEEPING to CONFIG_CLOCK_TIMEKEEPING. That is a better compartmentalized name. 2016-07-11 06:54:02 -06:00
clock_systimer.c sched/clock/clock_systimer.c: Change the way that the 64-bit time is sampled. Previously, we disabled interrupts before sampling the 64-bit timer since the uint64_t access is not atomic on most CPUs. However, disabling (local) interrupts does not work in the SMP case. In that case, the timer interrupt will be running on only one of the CPUs; disabling interrupts on a different CPU will provide no protection from timer rollover. To work around this, logic was added that samples 64-bit timer is sampled twice and if 32-bit rollover was detected between samples, then loops until there is no rollover. 2018-01-15 11:05:45 -06:00
clock_systimespec.c Update ChangeLog 2016-01-21 19:29:43 -06:00
clock_ticks2time.c clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t 2017-04-21 08:51:31 -06:00
clock_time2ticks.c clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t 2017-04-21 08:51:31 -06:00
clock_timekeeping.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock_timekeeping.h sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:32:11 -06:00
clock_timespec_add.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock_timespec_subtract.c sched/: Review and correct some stylistic inconsistencies 2016-08-07 08:25:30 -06:00
clock.h clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t 2017-04-21 08:51:31 -06:00
Make.defs Fix a typo in a Make.defs file 2016-07-28 09:46:28 -06:00