summaryrefslogtreecommitdiffstats
path: root/c-user/barrier_manager.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-02c-user: Split up barrier managerSebastian Huber1-412/+0
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
2020-06-18c-user: Mention possible preemptionsSebastian Huber1-1/+5
Mention that object create/delete may case the calling task to be preempted due to the object allocator mutex.
2019-11-06barrier: Reword "forever" -> "until [..] released"Martin Erik Werner1-1/+1
2019-11-06barrier: Remove more semaphore leftoversMartin Erik Werner1-2/+1
Remove another mention of options which is available for semaphore but not for barriers.
2019-11-06barrier: Fix cticket->ticket typoMartin Erik Werner1-2/+2
2019-11-06barrier: Remove unfinished sentenceMartin Erik Werner1-4/+3
Remove the unfinished sentence "Since a barrier is, by definition, never immediately [...]" and jump directly to "The task may wait [forever or for a timeout]" instead. I cannot figure out what the unfinished sentence is supposed to be - "released"? "passed"?
2019-11-06barrier: Remove leftover semaphore remnantsMartin Erik Werner1-31/+7
Remove various incorrect references to "lock" and "obtain" and to an option set which is not part of the barrier interface. It looks like the barrier documentation was started based on a copy of the semaphore documentation and these things are surviving remnants. Also remove an unfinished sentence in the barrier wait description, since the intended information is already provided in the under the NOTE label.
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber1-1/+1
2019-01-11Remove superfluous "All rights reserved."Sebastian Huber1-1/+0
2019-01-11Use standard format for copyright linesSebastian Huber1-1/+1
2018-10-05barrier_manager.rst: Fix Barrier Wait Section TitleJoel Sherrill1-2/+2
closes #3538.
2017-11-20Mention barrier manager in rtems_semaphore_flush()Sebastian Huber1-0/+2
2017-11-12c-user: Fix index locations.Chris Johns1-12/+17
Update #3229.
2016-11-09c-user: Fix header levels. Minor fixes.Chris Johns1-1/+1
2016-11-08c-user: Format the directives as descriptions.Chris Johns1-196/+195
This change combined with the element list change in latex generates a much better looking PDF. Add a page break before each directive to like th previous versions of the manuals.
2016-11-03Rename all manuals with an _ to have a -. It helps released naming of files.Chris Johns1-0/+0
2016-05-20Set SPDX License Identifier in each source file.Chris Johns1-0/+2
2016-05-02Change code to code-block.Chris Johns1-5/+5
2016-05-02Fix the double quotes.Chris Johns1-4/+4
2016-05-02Clean ups.Chris Johns1-194/+227
2016-05-02Convert all Unicode to ASCII(128)Amar Takhar1-9/+9
2016-05-02Split document into seperate files by section.Amar Takhar1-73/+78
2016-05-02Split document into seperate files by section.Amar Takhar1-0/+389