This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-18 08:54:05 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
482fd2d502fc42bf47accba83336b5063ff2fe28
nuttx
/
sched
/
clock
T
History
Gregory Nutt
27c48a383e
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_abstime2ticks.c
…
clock_dow.c
…
clock_getres.c
…
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
…
clock_initialize.c
…
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
…
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
…
clock_time2ticks.c
…
clock.h
…
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