summaryrefslogtreecommitdiffstats
path: root/doc/user/sem.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-1080/+0
closes #2812.
2015-09-04score: Implement priority boostingSebastian Huber1-0/+5
2014-06-03score: Use Resource Handler for MrsP semaphoresSebastian Huber1-1/+10
This enables proper resource dependency tracking and as a side-effect deadlock detection.
2014-05-28score: Multiprocessor Resource Sharing ProtocolSebastian Huber1-4/+209
Add basic support for the Multiprocessor Resource Sharing Protocol (MrsP). The Multiprocessor Resource Sharing Protocol (MrsP) is defined in A. Burns and A.J. Wellings, A Schedulability Compatible Multiprocessor Resource Sharing Protocol - MrsP, Proceedings of the 25th Euromicro Conference on Real-Time Systems (ECRTS 2013), July 2013. It is a generalization of the Priority Ceiling Protocol to SMP systems. Each MrsP semaphore uses a ceiling priority per scheduler instance. These ceiling priorities can be specified with rtems_semaphore_set_priority(). A task obtaining or owning a MrsP semaphore will execute with the ceiling priority for its scheduler instance as specified by the MrsP semaphore object. Tasks waiting to get ownership of a MrsP semaphore will not relinquish the processor voluntarily. In case the owner of a MrsP semaphore gets preempted it can ask all tasks waiting for this semaphore to help out and temporarily borrow the right to execute on one of their assigned processors. The help out feature is not implemented with this patch.
2012-10-02User's Guide: Correct typos in return status bulletsJoel Sherrill1-4/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-07-152011-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-2/+2
* user/part.t, user/sem.t: Typos.
2009-11-092009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+36
* ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes. * user/semaphore_attributes.eps, user/semaphore_attributes.png: New files.
2008-08-082008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-2/+2
* user/msg.t, user/sem.t, user/task.t: Update to new parameter types. Emphasize that you can use a pointer for task arguments.
2008-07-152008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
2007-11-282007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-7/+7
* user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
2007-10-252007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-6/+7
* user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
2004-05-062004-05-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+1
PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks.
2003-11-212003-11-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+4
PR 521/doc * sem.t: Default attributes were wrong for semaphores.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
2000-04-25Merged changes from 4.5 branch and removed that branch.Joel Sherrill1-2/+2
2000-02-18Patch from Eric Norum <eric@cls.usask.ca> to include some informationJoel Sherrill1-0/+8
on simple binary semaphores.
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-10-25Formatting improvements.Joel Sherrill1-0/+61
1999-10-11Turned on concept and function name indexing.Joel Sherrill1-56/+87
1999-10-01Numerous minor changes required to transition to the latest versionJoel Sherrill1-1/+1
of texinfo and TeX. This version of the tools can produce PDF with figures included.
1999-07-01Corrected formatting so argument was in code font.Joel Sherrill1-1/+1
1998-04-02Added "findex" for all directive pages but it turns out that thisJoel Sherrill1-0/+5
blows up both makeinfo and texi2dvi. So I have commented them out.
1998-03-27Nodes, menus, etc are automatically generated nowJoel Sherrill1-101/+2
1998-03-27Completed sweep adding directive and constant prefixes.Joel Sherrill1-54/+87
1998-03-27Conditionally adding RTEMS_ and rtems_ prefixes.Joel Sherrill1-49/+49
1998-03-27Attempting to add variable so that in C all constants start with RTEMS_Joel Sherrill1-6/+8
and all directives start with rtems_.
1998-02-06Updated copyrightsJoel Sherrill1-1/+1
1997-08-04Added information based on comments from Katsu Shibuya.Joel Sherrill1-2/+3
1997-06-04added CVS Id stringJoel Sherrill1-0/+2
1997-05-31Changed bitwise OR's used to build up option and attribute setsJoel Sherrill1-19/+20
to be correct in either C or Ada. Added the interrupt disable, enable, flash, and is in progress directives. changed "97" to "1997"
1997-05-29first cut at Ada bindings manualJoel Sherrill1-0/+62
1997-05-27Initial revisionJoel Sherrill1-0/+722