summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutexsurrender.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber2016-05-021-55/+0
* score: Rework MP thread queue callout supportSebastian Huber2016-04-061-36/+10
* score: Fix CORE mutex RTEMS_MULTIPROCESSINGSebastian Huber2016-03-291-8/+3
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-2/+8
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-2/+2
* score: Implement priority boostingSebastian Huber2015-09-041-0/+1
* score: Move wait flag update to tq extractSebastian Huber2015-07-231-1/+4
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-231-2/+6
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-191-14/+17
* score: Fine grained locking for mutexesSebastian Huber2015-05-191-24/+62
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-111-2/+0
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-1/+1
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-2/+1
* score: Delete CORE_mutex_Control::holder_idSebastian Huber2014-03-311-4/+1
* 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: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* score: use reference with strict mutexGedare Bloom2013-05-181-1/+1
* Score misc: Clean up Doxygen #8 (GCI 2012)Mathew Kallada2012-11-291-7/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-141-1/+1
* 2011-02-11 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-111-3/+5
* 2010-07-15 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-07-151-36/+63
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
* 2009-07-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-071-11/+21
* Add __attribute__((unused)) to unused function args.Ralf Corsepius2008-12-311-0/+5
* Eliminate TRUE/FALSE.Ralf Corsepius2008-12-221-3/+3
* Rename __STRICT_ORDER_MUTEX__ to __RTEMS_STRICT_ORDER_MUTEX__.Ralf Corsepius2008-06-301-5/+5
* 2007-12-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2007-12-211-2/+26
* 2007-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-051-2/+9
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-111-8/+19
* Include config.h.Ralf Corsepius2005-01-271-0/+4
* Remove stray white spaces.Ralf Corsepius2004-04-181-4/+4
* Remove stray white spaces.Ralf Corsepius2004-04-171-1/+1
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-08-301-14/+12
* 2001-08-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-08-161-1/+1
* Format of return line changed.Joel Sherrill2000-07-061-3/+3
* Added comment.Jennifer Averett2000-01-131-0/+1
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-051-22/+17
* Fixed recursive release for mutexes with nesting allowed.Joel Sherrill2000-01-051-1/+4
* First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1999-12-131-12/+19
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Split core mutex and semaphore handlers into separate files.Joel Sherrill1999-11-021-0/+139