incubator-nuttx/sched/semaphore
Gregory Nutt 3adcae8ffb Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -06:00
..
Make.defs Semaphores: sem_waitirq.c must be built when signals are disabled. That is because not handles not only the case of semaphore wait being awakened by a signal, but also the case with sem_timedwait.c when the semaphore wait is awakened by a timeout. 2014-12-28 15:03:12 -06:00
sem_destroy.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sem_holder.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sem_initialize.c Semaphore initialization is now only required if priority inheritance is initialized 2014-09-29 06:50:48 -06:00
sem_post.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sem_recover.c Sempahores: Add logic to clean up after task_delete() or pthread_cancel() if the task happens to be waiting on a semaphore when it is cancelled 2014-12-13 12:02:25 -06:00
sem_timedwait.c Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -06:00
sem_trywait.c Another missing semicolon 2015-04-23 07:18:59 -06:00
sem_wait.c sem_wait(): Missing comma on debug statement caused compile error with DEBUG on. Why hasn't that been noted before? 2015-04-23 07:15:55 -06:00
sem_waitirq.c Semaphores: sem_waitirq.c must be built when signals are disabled. That is because not handles not only the case of semaphore wait being awakened by a signal, but also the case with sem_timedwait.c when the semaphore wait is awakened by a timeout. 2014-12-28 15:03:12 -06:00
semaphore.h Semahores: Remove a warning with SIGNALS are disabled 2014-12-28 14:54:40 -06:00