summaryrefslogtreecommitdiffstats
path: root/c-user/semaphore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Document rtems_semaphore_obtain() errorsSebastian Huber2021-04-191-0/+8
| | | | Update #3993.
* c-user: Fix rtems_semaphore_release() docsSebastian Huber2021-04-071-1/+1
| | | | | The directive returns RTEMS_UNSATISFIED if the semaphore's count already had the maximum value of UINT32_MAX.
* c-user: Remove obsolete constraintSebastian Huber2021-03-171-3/+0
|
* c-user: Update semaphore exampleSebastian Huber2021-03-171-1/+2
| | | | Update #4346.
* c-user: Generate semaphore manager documentationSebastian Huber2021-02-102-571/+966
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Add labels to the manager chaptersSebastian Huber2021-02-101-0/+2
| | | | Update #3993.
* c-user: Split up semaphore managerSebastian Huber2020-09-025-0/+978
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.