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
..
clock_abstime2ticks.c
clock_dow.c
clock_getres.c
clock_gettime.c sched/clock_gettime:Remove output log 2023-03-25 01:43:01 +02:00
clock_initialize.c
clock_settime.c
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
clock_timekeeping.h
clock.c
clock.h
Make.defs