incubator-nuttx/sched/clock
chao an ec08031e4b sched/group: change type of task group member to single queue
Change the type of task group member to single list chain to
avoid accessing the memory allocator to improve the performance

Signed-off-by: chao an <anchao@lixiang.com>
2024-03-07 12:39:29 +08:00
..
CMakeLists.txt timer: handle perf count overflow 2023-10-02 16:11:43 +02:00
Make.defs timer: handle perf count overflow 2023-10-02 16:11:43 +02:00
clock.c
clock.h adjtime: Rewrite implementation to work for RTC and tickless kernel 2023-11-14 19:47:40 -08:00
clock_abstime2ticks.c Return -EINVAL for the internal API 2022-09-30 17:54:56 +02:00
clock_adjtime.c adjtime: Rewrite implementation to work for RTC and tickless kernel 2023-11-14 19:47:40 -08:00
clock_dow.c
clock_gettime.c sched/group: change type of task group member to single queue 2024-03-07 12:39:29 +08:00
clock_initialize.c adjtime: Rewrite implementation to work for RTC and tickless kernel 2023-11-14 19:47:40 -08:00
clock_perf.c timer: handle perf count overflow 2023-10-02 16:11:43 +02:00
clock_settime.c adjtime: Rewrite implementation to work for RTC and tickless kernel 2023-11-14 19:47:40 -08:00
clock_systime_ticks.c sched: return 0 from clock_systime_ticks if failed 2023-09-19 16:17:08 +08:00
clock_systime_timespec.c clock: adjust clock function to support tick 2022-11-01 21:54:20 +08:00
clock_timekeeping.c sched: use tick count for sched timer expiration 2022-10-12 11:55:46 +08:00
clock_timekeeping.h