summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/semrelease.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-27score: Unify CORE mutex seize/surrenderSebastian Huber1-2/+2
2016-06-06rtems: Fix no protocol mutex releaseSebastian Huber1-1/+2
2016-05-30rtems: Fix semaphore field nameSebastian Huber1-2/+2
2016-05-30rtems: Move MrsP semaphore operationsSebastian Huber1-9/+9
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber1-3/+4
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber1-1/+11
2016-05-30score: Add CORE mutex variantsSebastian Huber1-1/+9
2016-05-30score: Simplify CORE mutexSebastian Huber1-0/+13
2016-05-30score: Add semaphore variantsSebastian Huber1-21/+23
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-5/+6
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-13/+10
2016-05-26Fix semaphore post overflow statusSebastian Huber1-0/+1
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-7/+9
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-2/+0
2016-05-24mpci: Add missing return statementsSebastian Huber1-1/+1
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-1/+1
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber1-69/+42
2016-04-21score: Rename _MRSP_Obtain()Sebastian Huber1-1/+1
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-22/+2
2015-05-19score: Fine grained locking for MrsPSebastian Huber1-5/+5
2015-05-19score: Fine grained locking for mutexesSebastian Huber1-4/+2
2015-05-19score: Fine grained locking for semaphoresSebastian Huber1-5/+14
2015-03-11cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill1-14/+2
2014-05-28score: Multiprocessor Resource Sharing ProtocolSebastian Huber1-1/+13
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-03rtems/*.c: Remove use of register keywordJoel Sherrill1-2/+2
2013-07-26score: Create object implementation headerSebastian Huber1-1/+0
2013-07-26score: Create mpci implementation headerSebastian Huber1-3/+0
2013-07-26score: Create threadq implementation headerSebastian Huber1-1/+0
2013-07-26score: Create states implementation headerSebastian Huber1-1/+0
2013-07-24score: Merge sysstate API into one fileSebastian Huber1-1/+0
2013-07-23rtems: Create attr implementation headerSebastian Huber1-1/+1
2013-07-22score: Create semaphore implementation headerSebastian Huber1-1/+1
2013-07-18score: Create mutex implementation headerSebastian Huber1-1/+1
2013-07-18rtems: Create semaphore implementation headerSebastian Huber1-1/+1
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-2/+2
2012-12-08misc rtems: Clean up Doxygen GCI Task #8Mathew Kallada1-2/+8
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2007-11-302007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-14/+14
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
2005-02-04Use rtems_id for semaphores.Ralf Corsepius1-1/+1
2005-01-18Include config.h.Ralf Corsepius1-0/+4
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-07-06Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill1-18/+16
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-05-17Split the Semaphore Manager into one routine per file.Joel Sherrill1-0/+118