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
sched/timer: Update most files to Apache 2.0
2020-03-11 18:39:28 -03:00
timer_create.c
Replace enter_critical_section with spin_irqsave
2023-10-21 11:00:07 +08:00
timer_delete.c
sched/posix/timer: handle invaild timerid correctly
2022-10-31 19:59:29 -03:00
timer_getitimer.c
Change all files come from Xiaomi/Pinecone to Apache License 2.0
2020-08-22 17:37:21 -06:00
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
sched/posix/timer: handle invaild timerid correctly
2022-10-31 19:59:29 -03:00
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
Fix nxstyle warning
2020-08-22 17:37:21 -06:00
timer_settime.c
sched/posix/timer: handle invaild timerid correctly
2022-10-31 19:59:29 -03:00
timer.h
sched/posix/timer: handle invaild timerid correctly
2022-10-31 19:59:29 -03:00