nuttx/sched/semaphore
Xiang Xiao ef65d443ad sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead
and refine the code to prepare the support of new flags

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-11 17:35:28 +02:00
..
Make.defs
sem_clockwait.c sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08:00
sem_destroy.c semaphore: move param check to sem_xx level 2022-11-10 22:36:21 +08:00
sem_holder.c sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead 2023-01-11 17:35:28 +02:00
sem_initialize.c
sem_post.c sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead 2023-01-11 17:35:28 +02:00
sem_recover.c sem: don't clear waitobj when do sem recover 2022-10-11 16:31:54 +09:00
sem_reset.c
sem_setprotocol.c sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead 2023-01-11 17:35:28 +02:00
sem_tickwait.c sched/task/task_getpid: getpid should return process id not thread id 2022-11-17 17:58:08 +08:00
sem_timedwait.c
sem_timeout.c
sem_trywait.c semaphore: move param check to sem_xx level 2022-11-10 22:36:21 +08:00
sem_wait.c sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead 2023-01-11 17:35:28 +02:00
sem_waitirq.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
semaphore.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
spinlock.c merge sched_note_spinxx into sched_note_spincommon 2022-12-16 17:03:53 +08:00