mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 13:49:06 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Make.defs | ||
| sem_clockwait.c | ||
| sem_destroy.c | ||
| sem_holder.c | ||
| sem_initialize.c | ||
| sem_post.c | ||
| sem_protect.c | ||
| sem_recover.c | ||
| sem_reset.c | ||
| sem_rw.c | ||
| sem_setprotocol.c | ||
| sem_tickwait.c | ||
| sem_timedwait.c | ||
| sem_timeout.c | ||
| sem_trywait.c | ||
| sem_wait.c | ||
| sem_waitirq.c | ||
| semaphore.h | ||