nuttx/sched/semaphore
2019-07-29 08:14:30 -06:00
..
Make.defs
sem_destroy.c
sem_holder.c sched/semaphore/sem_holder.c: Fix a race in telnet with PRIORITY_INHERITANCE and SCHED_HPWORK. Sometimes causes an assertion to fire incorrectly. 2019-07-29 08:14:30 -06:00
sem_initialize.c
sem_post.c
sem_recover.c This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
sem_reset.c
sem_setprotocol.c
sem_tickwait.c
sem_timedwait.c
sem_timeout.c
sem_trywait.c
sem_wait.c sched/: Add debug assertions before each call to up_block_task() to assure that there is no attempt to block an IDLE task. 2018-11-30 06:54:15 -06:00
sem_waitirq.c
semaphore.h Squashed commit of the following: 2019-04-29 14:52:05 -06:00
spinlock.c Squashed commit of the following: 2019-03-04 14:22:50 -06:00