summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexlocksupp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-36/+43
* score: Unify CORE mutex seize/surrenderSebastian Huber2016-09-271-1/+2
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-3/+1
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-301-2/+3
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-301-0/+11
* score: Add CORE mutex variantsSebastian Huber2016-05-301-9/+50
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-7/+5
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-5/+5
* score: Move thread queue object supportSebastian Huber2016-05-251-1/+1
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-201-1/+1
* posix: Simplify _POSIX_Mutex_Get_interrupt_disableSebastian Huber2016-04-211-47/+20
* score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber2016-04-211-1/+0
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-0/+3
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-1/+0
* score: Fine grained locking for mutexesSebastian Huber2015-05-191-7/+0
* posix: Use right thread dispatch disable functionSebastian Huber2015-04-241-1/+1
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-0/+6
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-3/+7
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* posix/*.c: Remove use of register keywordJoel Sherrill2014-02-031-2/+2
* score: Create mpci implementation headerSebastian Huber2013-07-261-3/+0
* posix: Create priority implementation headerSebastian Huber2013-07-221-1/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-181-1/+4
* score: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* posix: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber2013-06-071-0/+1
* cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill2013-01-101-1/+1
* posix: Doxygen Enhancement Task #6Ayush Awasthi2012-12-191-0/+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
* Convert to "bool".Ralf Corsepius2008-09-041-1/+1
* 2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-171-0/+7
* 2007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-301-7/+10
* 2007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-281-6/+0
* 2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-10-261-1/+1
* 2007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-261-1/+0
* Remove stray white spaces.Ralf Corsepius2004-04-161-1/+1
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
* Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill2000-07-061-3/+4
* Split mutex.c into multiple files.Joel Sherrill1999-11-021-0/+62