nuttx/sched/semaphore
chao an 27a03b8278 sched/semaphore: tick wait 0 timeout should be safe in interrupt context
1. remove up_interrupt_context() check, which should be safe in interrupt context
2. remove sem instance check will be handle in nxsem_trywait()

Signed-off-by: chao an <anchao@lixiang.com>
2024-12-30 12:02:34 +08:00
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
Make.defs
sem_clockwait.c
sem_destroy.c sem: change sem wait to atomic operation 2024-12-10 22:00:42 +08:00
sem_holder.c nxsem_destroyholder: Use critical section when destroying holder(s) 2024-12-27 00:28:34 +08:00
sem_initialize.c
sem_post.c sem: change sem wait to atomic operation 2024-12-10 22:00:42 +08:00
sem_protect.c
sem_recover.c sem: change sem wait to atomic operation 2024-12-10 22:00:42 +08:00
sem_reset.c sem: change sem wait to atomic operation 2024-12-10 22:00:42 +08:00
sem_rw.c Revert "shced:sem: replace mutex with spinlock" 2024-10-29 23:01:39 +08:00
sem_setprotocol.c
sem_tickwait.c sched/semaphore: tick wait 0 timeout should be safe in interrupt context 2024-12-30 12:02:34 +08:00
sem_timedwait.c
sem_timeout.c
sem_trywait.c sem: remove the additional assignment. 2024-12-12 22:01:50 +08:00
sem_wait.c sem: remove the additional assignment. 2024-12-12 22:01:50 +08:00
sem_waitirq.c sem_waitirq: Use kmap interface to access the semaphore 2024-12-18 08:57:01 +08:00
semaphore.h sem: change sem wait to atomic operation 2024-12-10 22:00:42 +08:00