summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutexseize.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-3/+5
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-1/+0
2017-10-24score: Rename function threadq support functionSebastian Huber1-1/+1
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+1
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-1/+1
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-1/+4
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-1/+1
2016-09-27score: Simplify CORE mutex seizeSebastian Huber1-59/+0
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-1/+1
2016-07-27score: Add deadlock detectionSebastian Huber1-0/+9
2016-07-27score: Priority inherit thread queue operationsSebastian Huber1-3/+1
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-4/+1
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber1-8/+9
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber1-18/+15
2016-05-30score: Add CORE mutex variantsSebastian Huber1-1/+26
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-9/+14
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-2/+3
2016-05-02score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__Sebastian Huber1-19/+0
2016-04-21score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber1-2/+0
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-1/+1
2015-09-04score: Implement priority boostingSebastian Huber1-1/+1
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber1-1/+2
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber1-7/+1
2015-05-19score: Fine grained locking for mutexesSebastian Huber1-8/+22
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-0/+1
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber1-5/+13
2015-04-23score: _CORE_mutex_Seize_interrupt_blocking()Sebastian Huber1-1/+6
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-1/+7
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