This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
timer
History
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
build: add initial cmake build system
2023-07-08 13:50:48 +08:00
Make.defs
…
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
…
timer.h
…