incubator-nuttx/sched/clock
Lok da8950fe5b Fix an error in clock_timespec_subtract 2015-11-03 07:28:46 -06:00
..
Make.defs Sporadic scheduler: Add logic to collection the partial timer expiration when a sporadic thread is suspended in tickless mode 2015-07-26 15:03:47 -06:00
clock.h Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
clock_abstime2ticks.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
clock_dow.c
clock_getres.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
clock_gettime.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
clock_initialize.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
clock_settime.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -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 When an RTC is used, clock_systimespec() must subtract the basetime from the RTC time 2015-02-25 07:24:03 -06:00
clock_ticks2time.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
clock_time2ticks.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
clock_timespec_add.c Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
clock_timespec_subtract.c Fix an error in clock_timespec_subtract 2015-11-03 07:28:46 -06:00