summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexget.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-37/+0
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-3/+3
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-1/+1
2016-05-20posix: Add and use _POSIX_Get_object_body()Sebastian Huber1-38/+7
2016-04-21posix: Avoid Giant lock for mutexesSebastian Huber1-22/+2
2016-04-21posix: Simplify _POSIX_Mutex_Get_interrupt_disableSebastian Huber1-6/+7
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-2/+2
2014-10-08posix: Fix mutex auto initializationSebastian Huber1-1/+10
2014-10-08posix: Use function instead of macrosSebastian Huber1-41/+28
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-26score: Create mpci implementation headerSebastian Huber1-3/+0
2013-07-18score: Create mutex implementation headerSebastian Huber1-1/+1
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2013-01-10cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill1-1/+1
2012-12-16posix: Doxygen Enhancement Task #7Mathew Kallada1-2/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2009-11-30Whitespace removal.Ralf Corsepius1-1/+1
2009-07-062009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-6/+13
2009-01-052009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-9/+9
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-56/+22
2006-04-072006-04-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+6
2006-01-15Keep compiler happy by making some casts explicit. (PR859)Eric Norum1-1/+1
2005-02-21New header guards.Ralf Corsepius1-2/+2
2004-11-21Add doxygen preamble.Ralf Corsepius1-0/+4
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-01-162001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-07-06Added support for converting a mutex id to a pointer and returningJoel Sherrill1-21/+39
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1996-08-12_POSIX_Mutex_Get: made null id an errorJoel Sherrill1-0/+5
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1-4/+4
1995-09-26posix support initially addedJoel Sherrill1-0/+88