nuttx/sched/semaphore
2019-09-16 07:44:01 -06:00
..
Make.defs sem_setprotocol: Handle a case of missing proxy for sem_setprotocol. Reorder so that (1) this error is avoided, and (2) >No proxy is needed if priority inheritance is not enabled. 2016-11-03 18:51:38 -06:00
sem_destroy.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
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 Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_post.c Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 2019-09-11 08:56:56 -06:00
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 Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_setprotocol.c Fix a few minor typos 2019-09-08 15:59:14 -06:00
sem_tickwait.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
sem_timedwait.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
sem_timeout.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_trywait.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_wait.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
sem_waitirq.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
semaphore.h Squashed commit of the following: 2019-04-29 14:52:05 -06:00
spinlock.c sched/semaphore/spinlock.c: Fix build failure caused by a missing semicolon. 2019-09-16 07:44:01 -06:00