summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/coremuteximpl.h (follow)
AgeCommit message (Expand)Author
2018-01-25Remove make preinstallChris Johns
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber
2016-12-02score: Initialize thread queue context earlySebastian Huber
2016-11-28score: Fix thread queue context initializationSebastian Huber
2016-11-09score: Avoid _Scheduler_Get_by_CPU_index( 0 )Sebastian Huber
2016-11-03score: Introduce thread resource count methodsSebastian Huber
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber
2016-09-27score: Unify CORE mutex seize/surrenderSebastian Huber
2016-09-27score: Simplify CORE mutex seizeSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber
2016-07-27score: Priority inherit thread queue operationsSebastian Huber
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom
2016-06-22score: Introduce map priority scheduler operationSebastian Huber
2016-06-06rtems: Fix no protocol mutex releaseSebastian Huber
2016-05-30score: Use owner of thread queue for CORE mutexSebastian Huber
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber
2016-05-30score: Add CORE mutex variantsSebastian Huber
2016-05-30rtems: Simplify rtems_semaphore_delete()Sebastian Huber
2016-05-30score: Simplify CORE mutexSebastian Huber
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber
2016-05-26score: Add Status_Control for all APIsSebastian Huber
2016-05-25score: Move thread queue MP callout to contextSebastian Huber
2016-05-25score: Get rid of mp_id parameterSebastian Huber
2016-05-12score: Fix CORE mutex initializationSebastian Huber
2016-05-02score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__Sebastian Huber
2016-05-02score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber
2016-04-27posix: Avoid Giant lock for condition variablesSebastian Huber
2016-04-22score: Avoid Giant lock for CORE mtx/semSebastian Huber
2016-04-21score: Introduce _Thread_queue_Flush_critical()Sebastian Huber
2016-04-21score: Add and use _CORE_mutex_Acquire_critical()Sebastian Huber
2016-04-21score: Remove id parameter _CORE_mutex_Seize()Sebastian Huber
2016-04-06score: Rework MP thread queue callout supportSebastian Huber
2016-04-06score: _Thread_queue_Flush() parameter changesSebastian Huber
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber
2015-05-19score: _Thread_Dispatch_disable_critical()Sebastian Huber
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber
2015-05-19score: Fine grained locking for mutexesSebastian Huber
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber
2015-04-23score: _CORE_mutex_Seize_interrupt_blocking()Sebastian Huber
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber
2015-04-16score: Add const qualifierSebastian Huber
2015-03-06coremuteximpl.h: Reorder macro names to match body and fix Doxygen warningsJoel Sherrill