summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-3/+2
* score: Delete CORE_mutex_Control::holder_idSebastian Huber2014-03-311-2/+0
* score: Delete CORE_mutex_Control::blocked_countSebastian Huber2014-03-311-1/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Create threadq implementation headerSebastian Huber2013-07-261-1/+0
* score: Create states implementation headerSebastian Huber2013-07-261-1/+0
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-181-7/+8
* score: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* score misc: Score misc: Clean up Doxygen #11 (GCI 2012)Daniel Georgiev2012-12-011-21/+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
* Whitespace removal.Ralf Corsepius2009-11-291-2/+2
* 2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-281-1/+6
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-181-1/+2
* 2008-07-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-291-2/+2
* Rename __STRICT_ORDER_MUTEX__ to __RTEMS_STRICT_ORDER_MUTEX__.Ralf Corsepius2008-06-301-1/+1
* 2007-12-22 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-221-0/+7
* 2006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-221-11/+0
* Include config.h.Ralf Corsepius2005-01-271-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-181-2/+2
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
* 2004-04-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-1/+1
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-011-7/+1
* 2001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-08-301-1/+3
* Added blocked_count field to allow for optimizations.Joel Sherrill2000-07-031-2/+3
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-051-1/+12
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Split core message queue and watchdog handler objects into separate files.Joel Sherrill1999-11-021-269/+0
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-1/+4
* Modified to make it possible for an ISR to return a mutex which didJoel Sherrill1998-02-201-2/+20
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-7/+9
* Reversed logic in conditional to correctly distinguish betweenJoel Sherrill1996-09-171-2/+2
* fixed spacingJoel Sherrill1996-08-131-2/+2
* _CORE_Mutex_seize: added checks for priority ceiling violation, also addedMark Johannes1996-08-071-6/+24
* _CORE_mutex_Seize: added change priority case if the mutex was obtained.Mark Johannes1996-08-061-0/+12
* added priority ceiling supportJoel Sherrill1996-06-031-32/+61
* Swapped order of nested acquisition check and check for returning unsatisfied.Joel Sherrill1996-02-011-6/+6
* added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1995-12-081-1/+1
* posix support initially addedJoel Sherrill1995-09-261-5/+5
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-0/+269