nuttx/sched/clock
yinshengkai e28b311b78 Make each function of SCHED_CRITMONITOR independent
There will be a large performance loss after SCHED_CRITMONITOR is enabled.
By isolating thread running time-related functions, CPU load can be run with less overhead.

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-09-19 03:16:14 +08:00
..
clock_abstime2ticks.c
clock_adjtime.c
clock_dow.c
clock_gettime.c
clock_initialize.c
clock_perf.c
clock_settime.c
clock_systime_ticks.c
clock_systime_timespec.c
clock_timekeeping.c
clock_timekeeping.h
clock.c
clock.h
CMakeLists.txt
Make.defs