summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutexseize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-3/+5
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-1/+0
* score: Rename function threadq support functionSebastian Huber2017-10-241-1/+1
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-1/+1
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-1/+1
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-241-1/+4
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-231-1/+1
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-1/+1
* score: Simplify CORE mutex seizeSebastian Huber2016-09-271-59/+0
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-1/+1
* score: Add deadlock detectionSebastian Huber2016-07-271-0/+9
* score: Priority inherit thread queue operationsSebastian Huber2016-07-271-3/+1
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-4/+1
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-301-8/+9
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-301-18/+15
* score: Add CORE mutex variantsSebastian Huber2016-05-301-1/+26
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-9/+14
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-2/+3
* score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__Sebastian Huber2016-05-021-19/+0
* score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber2016-04-211-2/+0
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-1/+1
* score: Implement priority boostingSebastian Huber2015-09-041-1/+1
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-231-1/+2
* score: Rework _Thread_Change_priority()Sebastian Huber2015-05-191-7/+1
* score: Fine grained locking for mutexesSebastian Huber2015-05-191-8/+22
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-191-0/+1
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-5/+13
* score: _CORE_mutex_Seize_interrupt_blocking()Sebastian Huber2015-04-231-1/+6
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-1/+7
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-1/+4
* score: Delete CORE_mutex_Control::blocked_countSebastian Huber2014-03-311-1/+0
* score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2014-03-311-9/+5
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-1/+1
* score: Create threadq implementation headerSebastian Huber2013-07-261-1/+0
* score: Create states implementation headerSebastian Huber2013-07-261-1/+0
* score: Create scheduler implementation headerSebastian Huber2013-07-261-0/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-181-3/+10
* score: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* score misc: Score misc: Clean up Doxygen #9 (GCI 2012)Alex Ivanov2012-11-301-18/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-09-01 Petr Benes <benesp16@fel.cvut.cz>Joel Sherrill2011-09-011-1/+3
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-2/+1
* Eliminate TRUE/FALSE.Ralf Corsepius2008-12-221-1/+1
* Convert to "bool".Ralf Corsepius2008-09-041-1/+1
* 2008-01-25 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2008-01-251-0/+13
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-191-77/+0