summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexinit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill2017-04-271-28/+24
* posix/src/mutexinit.c: Reorder to make priority a scoped variableJoel Sherrill2017-04-261-22/+19
* posix/src/mutexinit.c: Fix used before initialized warningJoel Sherrill2017-04-251-0/+3
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-1/+1
* score: Introduce map priority scheduler operationSebastian Huber2016-06-221-7/+2
* posix: Generalize _POSIX_Priority_To_core()Sebastian Huber2016-06-221-4/+4
* posix: Make POSIX API aware of scheduler instancesSebastian Huber2016-06-221-2/+3
* posix: _POSIX_Mutex_Default_attributesSebastian Huber2016-06-221-2/+12
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-221-8/+11
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-301-27/+16
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-301-10/+6
* score: Add CORE mutex variantsSebastian Huber2016-05-301-22/+41
* posix: Delete POSIX_Mutex_Protocol::process_sharedSebastian Huber2016-05-301-2/+0
* posix: Remove dead code and shrink commentSebastian Huber2016-05-201-35/+3
* posix: Avoid Giant lock for mutexesSebastian Huber2016-04-211-6/+0
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-1/+0
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-6/+1
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-311-7/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* posix: Handle recursive attributes correctly.Chris Johns2013-08-141-1/+1
* posix: Create priority implementation headerSebastian Huber2013-07-221-1/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-181-0/+1
* score: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* posix: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* score: Add and use _Objects_Put()Sebastian Huber2013-06-071-1/+1
* cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill2013-01-101-1/+1
* posix: Doxygen Enhancement Task #2Alex Ivanov2012-12-151-4/+11
* 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
* Update copyright.Joel Sherrill2009-07-061-1/+1
* 2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-061-22/+43
* 2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-291-8/+7
* Eliminate TRUE/FALSE.Ralf Corsepius2009-02-031-1/+1
* 2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-231-1/+1
* 2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-131-0/+7
* 2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-031-23/+0
* 2007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-301-5/+3
* 2007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-281-3/+1
* 2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-10-261-0/+2
* Remove stray white spaces.Ralf Corsepius2004-04-161-8/+8
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-3/+1
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-051-1/+5
* Split mutex.c into multiple files.Joel Sherrill1999-11-021-0/+180