summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-4/+1
2015-03-05score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber1-1/+1
2014-04-22mpci.c: Now compiles againJoel Sherrill1-1/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber1-4/+4
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber1-8/+14
2013-07-26score: Create mpci implementation headerSebastian Huber1-12/+4
2013-07-26score: Create threadq implementation headerSebastian Huber1-2/+2
2013-07-26score: Create states implementation headerSebastian Huber1-1/+0
2013-07-26score: Create thread implementation headerSebastian Huber1-1/+1
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-2/+8
2013-07-22score: Create semaphore implementation headerSebastian Huber1-1/+1
2013-07-18score: Update due to API changesSebastian Huber1-1/+2
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-1/+1