incubator-nuttx/sched/clock
chenrun1 d60dee4a65 sched/clock_gettime:Remove output log
Calling syslog to print logs in clock_gettime will cause the system to have recursive output, i.e., clock_gettime->sinfo->syslog->clock_gettime, with the consequences of stack overflow or non-stop log output.
2023-03-25 01:43:01 +02:00
..
Make.defs Move timespec calculations from sched into libc/sched 2021-11-04 13:19:01 -05:00
clock.c
clock.h sched/clock: Rename g_system_timer to g_system_ticks 2022-09-27 17:45:44 -03:00
clock_abstime2ticks.c Return -EINVAL for the internal API 2022-09-30 17:54:56 +02:00
clock_dow.c
clock_getres.c sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08:00
clock_gettime.c sched/clock_gettime:Remove output log 2023-03-25 01:43:01 +02:00
clock_initialize.c sched/clock: Rename g_system_timer to g_system_ticks 2022-09-27 17:45:44 -03:00
clock_settime.c sched/clock: add nsec range check in clock_settime 2021-07-09 14:19:03 -03:00
clock_systime_ticks.c clock: adjust clock function to support tick 2022-11-01 21:54:20 +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 clock/settime: minor fix compile warning 2022-07-10 20:44:21 +03:00