Gregory Nutt
|
d5207efb5a
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
Gregory Nutt
|
4b0372e542
|
Missing # on endif
|
2016-11-03 21:27:52 -06:00 |
Gregory Nutt
|
73fc186beb
|
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 |
Gregory Nutt
|
4c8ec0d2ca
|
include/nuttx/semaphore.h: Fix broken macros
|
2016-11-03 12:49:44 -06:00 |
Gregory Nutt
|
97bf82ee05
|
Semaphores: Provide macros for sem_setprotobol() and sem_getprotocol() if priority inheritance is not enabled. More SEM_PRIO_* definitions to include/nuttx/semaphore.h
|
2016-11-02 18:21:46 -06:00 |
Gregory Nutt
|
d5b4d848d3
|
Move protoypes for the non-standard include/semaphore.h file to the non-standard include/nuttx/semaphore.h with the other non-standard semaphore interfaces.
|
2016-11-02 14:43:03 -06:00 |
Gregory Nutt
|
92d3022411
|
Add pthread_mutexattr_get/set_protocol and non-standard sem_get/set_protocol. These may use to enable or disable priority inheritance on a single semaphore.
|
2016-11-02 09:05:18 -06:00 |