nuttx/sched/clock
2014-08-15 17:48:07 -06:00
..
clock_abstime2ticks.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -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 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
clock_gettimeofday.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
clock_initialize.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
clock_settime.c 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
clock_systimer.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
clock_systimespec.c Don't do 64-bit calculations if accuracy not achievable; Fix compile error in high res RTC mode 2014-08-15 17:48:07 -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
clock.h Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
Make.defs 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