summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexsetprioceiling.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-7/+9
2016-12-02score: Initialize thread queue context earlySebastian Huber1-0/+2
2016-11-28score: Fix thread queue context initializationSebastian Huber1-1/+0
2016-09-21score: Rework thread priority managementSebastian Huber1-1/+12
2016-06-22score: Introduce map priority scheduler operationSebastian Huber1-17/+22
2016-06-22posix: Generalize _POSIX_Priority_To_core()Sebastian Huber1-5/+4
2016-06-22posix: Make POSIX API aware of scheduler instancesSebastian Huber1-13/+22
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber1-3/+2
2016-05-30score: Add CORE mutex variantsSebastian Huber1-2/+3
2016-05-30posix: Avoid use of internal mutex methodsSebastian Huber1-21/+10
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-4/+3
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-1/+0
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-1/+1
2016-04-21posix: Avoid Giant lock for mutexesSebastian Huber1-0/+1
2016-04-21posix: Simplify _POSIX_Mutex_Get_interrupt_disableSebastian Huber1-37/+18
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-1/+1
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2015-05-19score: Fine grained locking for mutexesSebastian Huber1-3/+8
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-22posix: Create priority implementation headerSebastian Huber1-1/+1
2013-07-18score: Create mutex implementation headerSebastian Huber1-1/+1
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-1/+1
2013-01-10cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill1-1/+1
2012-12-19posix: Doxygen Enhancement Task #3Ayush Awasthi1-0/+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-07-072009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+1
2009-07-072009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-5/+15
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+7
2007-12-032007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-7/+0
2007-11-302007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-6/+9
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+0
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
2004-04-16Remove stray white spaces.Ralf Corsepius1-1/+1
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
1999-11-29Made sure POSIX would build with MP enabled.Joel Sherrill1-1/+1
1999-11-02Split time.c into multiple files.Joel Sherrill1-8/+49
1999-11-02Split mutex.c into multiple files.Joel Sherrill1-0/+37