incubator-nuttx/sched/clock
Gregory Nutt 8fca244f36 syscall: clock_systimer() is no longer a system call. It has been replaced with the equivalent, standard interface clock() as the system call.
sched/clock:  Move the implementation of clock() from libs/libc/time to sched/clock.  This is necessary because it calls the (now) internal OS function clock_systimer.  clock() is now accessed only via a system call in certain configuratins.
libs/libc/wqueue:  Replace calls to clock_systimer() with calls to the equivalent clock().
2018-06-16 12:50:28 -06:00
..
Make.defs syscall: clock_systimer() is no longer a system call. It has been replaced with the equivalent, standard interface clock() as the system call. 2018-06-16 12:50:28 -06:00
clock.c syscall: clock_systimer() is no longer a system call. It has been replaced with the equivalent, standard interface clock() as the system call. 2018-06-16 12:50:28 -06:00
clock.h Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
clock_abstime2ticks.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
clock_dow.c Standardization of some function headers. 2018-03-13 09:52: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 Merged in masayuki2009/nuttx.nuttx/lc823450_smp_test (pull request #601) 2018-02-15 14:18:25 +00:00
clock_initialize.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -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 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
clock_systimespec.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
clock_ticks2time.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
clock_time2ticks.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
clock_timespec_subtract.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00