nuttx/sched/semaphore
2017-02-02 06:42:41 -06:00
..
Make.defs
sem_destroy.c
sem_holder.c
sem_initialize.c
sem_post.c
sem_recover.c
sem_reset.c
sem_setprotocol.c
sem_tickwait.c
sem_timedwait.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sem_timeout.c
sem_trywait.c sem_wait() and sem_trywait() no longer modify the errno value UNLESS an error occurs. This allows these functions to be used internallly without clobbering the errno value. 2016-11-09 07:01:49 -06:00
sem_wait.c Cancellation points: Fix some backward logic in conditional compilation. 2017-02-02 06:42:41 -06:00
sem_waitirq.c
semaphore.h
spinlock.c SMP: There were certain conditions that we must avoid by preventing releasing the pending tasks while withn a critical section. But this logic was incomplete; there was no logic to prevent other CPUs from adding new, running tasks while on CPU is in a critical section. 2016-12-27 08:49:07 -06:00