summaryrefslogtreecommitdiffstats
path: root/c-user/semaphore (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-19c-user: Document rtems_semaphore_obtain() errorsSebastian Huber1-0/+8
Update #3993.
2021-04-07c-user: Fix rtems_semaphore_release() docsSebastian Huber1-1/+1
The directive returns RTEMS_UNSATISFIED if the semaphore's count already had the maximum value of UINT32_MAX.
2021-03-17c-user: Remove obsolete constraintSebastian Huber1-3/+0
2021-03-17c-user: Update semaphore exampleSebastian Huber1-1/+2
Update #4346.
2021-02-10c-user: Generate semaphore manager documentationSebastian Huber2-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.
2021-02-10c-user: Add labels to the manager chaptersSebastian Huber1-0/+2
Update #3993.
2020-09-02c-user: Split up semaphore managerSebastian Huber5-0/+978
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.