summaryrefslogtreecommitdiffstats
path: root/c-user/scheduling-concepts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* c-user: Clarify task prioritiesSebastian Huber2021-09-152-8/+6
|
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-151-21/+20
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-user: rtems_scheduler_get_processor_set()Sebastian Huber2021-05-071-1/+1
| | | | | | Document changed error status. Update #4401.
* c-user: rtems_scheduler_ident_by_processor_set()Sebastian Huber2021-05-071-0/+4
| | | | Document new error status.
* c-user: Generate scheduling concepts documentationSebastian Huber2021-04-282-325/+646
| | | | | | | | | 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-1/+1
| | | | Update #3993.
* c-user: Split up scheduling conceptsSebastian Huber2020-09-026-0/+994
Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.