nuttx/sched/semaphore
Xiang Xiao 40ef5bc6db libc: Move queue.h from include to include/nuttx
to avoid the conflict with libuv's queue.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-09-26 08:04:58 +02:00
..
Make.defs
sem_clockwait.c Replace nxsem_timedwait_uninterruptible with nxsem_tickwait_uninterruptible 2022-05-15 13:55:58 +03:00
sem_destroy.c
sem_holder.c Fix typos 2022-08-07 23:33:19 +08:00
sem_initialize.c
sem_post.c sched: clear waitsem and msgwaitq after remove blocked 2022-09-22 16:32:44 +08:00
sem_recover.c sched: merge waitsem and msgwaitq 2022-09-22 16:32:44 +08:00
sem_reset.c
sem_setprotocol.c pthread: restore pthread mutex default protocol POSIX compatibility 2022-01-11 01:55:12 +08:00
sem_tickwait.c sched: Remove start from nxsem_tickwait[_uninterruptible] 2022-05-15 13:55:58 +03:00
sem_timedwait.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
sem_timeout.c
sem_trywait.c sched: merge waitsem and msgwaitq 2022-09-22 16:32:44 +08:00
sem_wait.c sched: merge waitsem and msgwaitq 2022-09-22 16:32:44 +08:00
sem_waitirq.c sched: clear waitsem and msgwaitq after remove blocked 2022-09-22 16:32:44 +08:00
semaphore.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
spinlock.c sched/*/*spinlock.c: Fix some typos. 2021-07-24 09:00:41 -07:00