summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexinit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-27posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill1-28/+24
2017-04-26posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill1-22/+19
2017-04-25posix/src/mutexinit.c: Fix used before initialized warningJoel Sherrill1-0/+3
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-1/+1
2016-06-22score: Introduce map priority scheduler operationSebastian Huber1-7/+2
2016-06-22posix: Generalize _POSIX_Priority_To_core()Sebastian Huber1-4/+4
2016-06-22posix: Make POSIX API aware of scheduler instancesSebastian Huber1-2/+3
2016-06-22posix: _POSIX_Mutex_Default_attributesSebastian Huber1-2/+12
2016-06-22posix: pthread_mutexattr_setprioceiling()Sebastian Huber1-8/+11
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber1-27/+16
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber1-10/+6
2016-05-30score: Add CORE mutex variantsSebastian Huber1-22/+41
2016-05-30posix: Delete POSIX_Mutex_Protocol::process_sharedSebastian Huber1-2/+0
2016-05-20posix: Remove dead code and shrink commentSebastian Huber1-35/+3
2016-04-21posix: Avoid Giant lock for mutexesSebastian Huber1-6/+0
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber1-6/+1
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber1-7/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-08-14posix: Handle recursive attributes correctly.Chris Johns1-1/+1
2013-07-22posix: Create priority implementation headerSebastian Huber1-1/+1
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-0/+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-15posix: Doxygen Enhancement Task #2Alex Ivanov1-4/+11
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-06Update copyright.Joel Sherrill1-1/+1
2009-07-062009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-22/+43
2009-06-292009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-8/+7
2009-02-03Eliminate TRUE/FALSE.Ralf Corsepius1-1/+1
2008-01-232008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2007-12-132007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+7
2007-12-032007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-23/+0
2007-11-302007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-5/+3
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+1
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+2
2004-04-16Remove stray white spaces.Ralf Corsepius1-8/+8
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+1
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill1-1/+5
1999-11-02Split mutex.c into multiple files.Joel Sherrill1-0/+180