summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutexseize.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber1-1/+4
2014-03-31score: Delete CORE_mutex_Control::blocked_countSebastian Huber1-1/+0
2014-03-31score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber1-9/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber1-1/+1
2013-07-26score: Create threadq implementation headerSebastian Huber1-1/+0
2013-07-26score: Create states implementation headerSebastian Huber1-1/+0
2013-07-26score: Create scheduler implementation headerSebastian Huber1-0/+1
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-3/+10
2013-07-18score: Create mutex implementation headerSebastian Huber1-1/+1
2012-11-30score misc: Score misc: Clean up Doxygen #9 (GCI 2012)Alex Ivanov1-18/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-09-012011-09-01 Petr Benes <benesp16@fel.cvut.cz>Joel Sherrill1-1/+3
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2008-12-22Eliminate TRUE/FALSE.Ralf Corsepius1-1/+1
2008-09-04Convert to "bool".Ralf Corsepius1-1/+1
2008-01-252008-01-25 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett1-0/+13
2006-10-192006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-77/+0
2006-07-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-17/+1
2005-01-27Include config.h.Ralf Corsepius1-0/+4
2004-04-18Remove stray white spaces.Ralf Corsepius1-1/+1
2004-04-17Remove stray white spaces.Ralf Corsepius1-2/+2
2003-11-232003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2001-08-302001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-34/+44
2000-11-302000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+60
2000-07-06The code that attempts to obtain a mutex has now been inlined. TheJoel Sherrill1-83/+7
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill1-9/+13
1999-12-13First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1-0/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split core mutex and semaphore handlers into separate files.Joel Sherrill1-0/+156