summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber1-1/+1
2022-02-28score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2021-11-15score: Introduce CPU budget operationsSebastian Huber1-1/+0
2021-02-26score: Fix thread initializationSebastian Huber1-4/+3
2021-02-24score: Remove _Objects_Open()Sebastian Huber1-1/+1
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-1/+12
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-02-12score: Statically allocate idle/MPCI stacksSebastian Huber1-4/+3
2020-02-12score: Move thread stack allocationSebastian Huber1-5/+15
2020-02-12score: Add Thread_ConfigurationSebastian Huber1-20/+17
2019-12-13config: Add _MPCI_ConfigurationSebastian Huber1-23/+3
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2018-12-14score: Static Objects_Information initializationSebastian Huber1-1/+1
2018-03-22mpci: Fix _MPCI_Enqueue_callout()Sebastian Huber1-1/+2
2018-03-22mpci: Update due to thread queue API changesSebastian Huber1-6/+7
2016-12-12score: Introduce _Internal_error()Sebastian Huber1-7/+4
2016-12-09score: Remove fatal is internal indicatorSebastian Huber1-16/+3
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-27/+39
2016-11-09mpci: Use the first scheduler for MPCISebastian Huber1-1/+1
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-1/+1
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-2/+2
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-1/+2
2016-05-30score: Add semaphore variantsSebastian Huber1-2/+9
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+2
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-1/+1
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-8/+6
2016-05-26Fix semaphore post overflow statusSebastian Huber1-1/+1
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-9/+10
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-1/+1
2016-05-20score: _CORE_semaphore_Seize()Sebastian Huber1-1/+0
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-1/+1
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber1-2/+4
2016-05-04mpci: Avoid Giant lock in _MPCI_Process_response()Sebastian Huber1-17/+15
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-1/+1
2016-03-29score: Allow MPCI packet receive function to blockSebastian Huber1-0/+2
2016-03-29score: Use constant for maximum count of CORE semaSebastian Huber1-1/+0
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-10/+5
2016-03-18mpci: Avoid Giant lockSebastian Huber1-8/+11
2016-02-17score: Avoid SCORE_EXTERNSebastian Huber1-0/+10
2016-02-03Use linker set for MPCI initializationSebastian Huber1-5/+72
2016-01-26mpci: Fix warningSebastian Huber1-2/+0
2016-01-26mpci: Update due to API changesSebastian Huber1-13/+12
2015-05-19score: Delete _CORE_semaphore_Seize()Sebastian Huber1-3/+4
2015-05-19score: Fine grained locking for semaphoresSebastian Huber1-3/+4
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-4/+5
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber1-2/+0
2015-05-19score: _Thread_queue_Extract()Sebastian Huber1-1/+1