summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpci: Fix _MPCI_Enqueue_callout()Sebastian Huber2018-03-221-1/+2
* mpci: Update due to thread queue API changesSebastian Huber2018-03-221-6/+7
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-7/+4
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-16/+3
* 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-27/+39
* mpci: Use the first scheduler for MPCISebastian Huber2016-11-091-1/+1
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-1/+1
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-2/+2
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-1/+2
* score: Add semaphore variantsSebastian Huber2016-05-301-2/+9
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-1/+2
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-301-1/+1
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-8/+6
* Fix semaphore post overflow statusSebastian Huber2016-05-261-1/+1
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-9/+10
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-1/+1
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-201-1/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-201-1/+1
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-201-2/+4
* mpci: Avoid Giant lock in _MPCI_Process_response()Sebastian Huber2016-05-041-17/+15
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-1/+1
* score: Allow MPCI packet receive function to blockSebastian Huber2016-03-291-0/+2
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-291-1/+0
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-10/+5
* mpci: Avoid Giant lockSebastian Huber2016-03-181-8/+11
* score: Avoid SCORE_EXTERNSebastian Huber2016-02-171-0/+10
* Use linker set for MPCI initializationSebastian Huber2016-02-031-5/+72
* mpci: Fix warningSebastian Huber2016-01-261-2/+0
* mpci: Update due to API changesSebastian Huber2016-01-261-13/+12
* score: Delete _CORE_semaphore_Seize()Sebastian Huber2015-05-191-3/+4
* score: Fine grained locking for semaphoresSebastian Huber2015-05-191-3/+4
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-191-4/+5
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-2/+0
* score: _Thread_queue_Extract()Sebastian Huber2015-05-191-1/+1
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-4/+1
* score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber2015-03-051-1/+1
* mpci.c: Now compiles againJoel Sherrill2014-04-221-1/+3
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-4/+4
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-8/+14
* score: Create mpci implementation headerSebastian Huber2013-07-261-12/+4
* score: Create threadq implementation headerSebastian Huber2013-07-261-2/+2
* score: Create states implementation headerSebastian Huber2013-07-261-1/+0
* score: Create thread implementation headerSebastian Huber2013-07-261-1/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-2/+8
* score: Create semaphore implementation headerSebastian Huber2013-07-221-1/+1
* score: Update due to API changesSebastian Huber2013-07-181-1/+2
* score: Add and use _Objects_Put()Sebastian Huber2013-06-071-1/+1