incubator-nuttx/sched/timer
hujun5 6c24ff95d4 timer: use spin_lock_irqsave protect g_alloctimers
all other g_alloctimers being protect by spin_lock_irqsave

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-04-11 10:45:34 +08:00
..
CMakeLists.txt
Make.defs
timer.h
timer_create.c Replace enter_critical_section with spin_irqsave 2023-10-21 11:00:07 +08:00
timer_delete.c
timer_getitimer.c
timer_getoverrun.c timer/timer_getoverrun: adjust the default errno from ENOSYS to EINVAL 2023-09-19 09:35:27 +08:00
timer_gettime.c
timer_initialize.c timer: use spin_lock_irqsave protect g_alloctimers 2024-04-11 10:45:34 +08:00
timer_release.c Replace enter_critical_section with spin_irqsave 2023-10-21 11:00:07 +08:00
timer_setitimer.c
timer_settime.c