incubator-nuttx/sched/clock
Gregory Nutt 3724a5e98e RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
..
Make.defs gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to libc/time. All remove gettimeofday() from NuttX system calls. It is only a wrapper around clock_settime() and does not need a trap. gettimeofday() is no longer tried as a core OS interface. 2015-02-12 11:10:46 -06:00
clock.h Fix build error with CONFIG_SYSTEM_TIME64 2014-10-03 10:20:46 -06:00
clock_abstime2ticks.c alling mq_timedreceived with immediate timeout was getting stuck and not 2014-11-19 09:25:00 -06:00
clock_dow.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
clock_getres.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
clock_gettime.c RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
clock_initialize.c RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
clock_settime.c RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
clock_systimer.c Fix a problem in clock_systimer64 that occurs when (1) the 64-bit system time is enabled, and (2) the value of CONFIG_USEC_PER_TICK is less than 1 millisconds (such as when using the tickless mode of operation). In that case, the convertion of time to 64-bit millisecond value in clock_systmer64() causes some bad times to be returned. Time was converted to milliseconds, then to configured ticks. Precision was lost in the millisecond convertion. 2015-02-13 06:13:47 -06:00
clock_systimespec.c RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
clock_ticks2time.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
clock_time2ticks.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00