summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/semobtain.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-18/+13
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-9/+9
2016-05-25score: Move thread queue object supportSebastian Huber1-3/+2
2016-05-24mpci: Add missing return statementsSebastian Huber1-1/+1
2016-05-20score: _CORE_semaphore_Seize()Sebastian Huber1-1/+0
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-1/+1
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber1-74/+52
2016-04-21score: Rename _MRSP_Obtain()Sebastian Huber1-1/+1
2016-04-21score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber1-1/+0
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-1/+11
2015-05-19score: Fine grained locking for MrsPSebastian Huber1-5/+2
2015-05-19score: Fine grained locking for mutexesSebastian Huber1-7/+0
2015-05-19score: Delete _CORE_semaphore_Seize()Sebastian Huber1-1/+1
2015-05-19score: Fine grained locking for semaphoresSebastian Huber1-5/+4
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-0/+8
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-5/+9
2014-05-28score: Multiprocessor Resource Sharing ProtocolSebastian Huber1-1/+18
2014-05-22rtems: Simplify rtems_semaphore_obtain()Sebastian Huber1-2/+4
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-23rtems: Create options implementation headerSebastian Huber1-1/+1
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-0/+1
2013-07-22score: Create semaphore implementation headerSebastian Huber1-1/+1
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-2/+5
2013-07-18score: Create mutex implementation headerSebastian Huber1-1/+1
2013-07-18rtems: Create semaphore implementation headerSebastian Huber1-1/+1
2013-06-07score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber1-0/+2
2013-06-07score: Simplify _CORE_semaphore_Seize_isr_disableSebastian Huber1-1/+1
2012-12-05rtems misc: Clean up Doxygen GCI Task #7Alex Ivanov1-31/+7
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
2009-01-06Eliminate TRUE/FALSE.Ralf Corsepius1-2/+2
2008-08-052008-08-04 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-1/+1
2008-07-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+2
2007-11-302007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+1
2007-11-302007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-14/+15
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
2006-10-302006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-11/+6
2005-02-04Use rtems_id for semaphores.Ralf Corsepius1-1/+1
2005-01-18Include config.h.Ralf Corsepius1-0/+4
2004-04-18Remove stray white spaces.Ralf Corsepius1-3/+3
2004-03-292004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-07-06Switched to using isr disable version of _Objects_Get. When theJoel Sherrill1-13/+15