summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/semobtain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-9/+9
* score: Move thread queue object supportSebastian Huber2016-05-251-3/+2
* mpci: Add missing return statementsSebastian Huber2016-05-241-1/+1
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-201-1/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-201-1/+1
* rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2016-05-201-74/+52
* score: Rename _MRSP_Obtain()Sebastian Huber2016-04-211-1/+1
* score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber2016-04-211-1/+0
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-1/+11
* score: Fine grained locking for MrsPSebastian Huber2015-05-191-5/+2
* score: Fine grained locking for mutexesSebastian Huber2015-05-191-7/+0
* score: Delete _CORE_semaphore_Seize()Sebastian Huber2015-05-191-1/+1
* score: Fine grained locking for semaphoresSebastian Huber2015-05-191-5/+4
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-0/+8
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-5/+9
* score: Multiprocessor Resource Sharing ProtocolSebastian Huber2014-05-281-1/+18
* rtems: Simplify rtems_semaphore_obtain()Sebastian Huber2014-05-221-2/+4
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* rtems/*.c: Remove use of register keywordJoel Sherrill2014-02-031-2/+2
* score: Create object implementation headerSebastian Huber2013-07-261-1/+0
* score: Create mpci implementation headerSebastian Huber2013-07-261-3/+0
* score: Create threadq implementation headerSebastian Huber2013-07-261-1/+0
* score: Create states implementation headerSebastian Huber2013-07-261-1/+0
* score: Merge sysstate API into one fileSebastian Huber2013-07-241-1/+0
* rtems: Create attr implementation headerSebastian Huber2013-07-231-1/+1
* rtems: Create options implementation headerSebastian Huber2013-07-231-1/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-0/+1
* score: Create semaphore implementation headerSebastian Huber2013-07-221-1/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-181-2/+5
* score: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* rtems: Create semaphore implementation headerSebastian Huber2013-07-181-1/+1
* score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber2013-06-071-0/+2
* score: Simplify _CORE_semaphore_Seize_isr_disableSebastian Huber2013-06-071-1/+1
* rtems misc: Clean up Doxygen GCI Task #7Alex Ivanov2012-12-051-31/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-2/+1
* Eliminate TRUE/FALSE.Ralf Corsepius2009-01-061-2/+2
* 2008-08-04 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-051-1/+1
* 2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-181-3/+2
* 2007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-301-0/+1
* 2007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-301-14/+15
* 2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-10-261-2/+2
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-301-11/+6
* Use rtems_id for semaphores.Ralf Corsepius2005-02-041-1/+1
* Include config.h.Ralf Corsepius2005-01-181-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-181-3/+3
* 2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-1/+1
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* Switched to using isr disable version of _Objects_Get. When theJoel Sherrill2000-07-061-13/+15
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-051-1/+1