summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move printer initialization to separate headerSebastian Huber2016-06-221-2/+2
* score: Fix thread delete race condition on SMPSebastian Huber2016-06-161-6/+17
* score: _Scheduler_priority_Ready_queue_initializeSebastian Huber2016-06-143-3/+12
* score: _Thread_Create_idle_for_CPU()Sebastian Huber2016-06-141-12/+12
* score: Comment _Thread_queue_Enqueue_critical()Sebastian Huber2016-06-091-0/+9
* score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber2016-06-081-3/+1
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-308-178/+48
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-304-66/+19
* score: Add CORE mutex variantsSebastian Huber2016-05-304-54/+59
* score: Simplify CORE mutexSebastian Huber2016-05-301-3/+0
* score: Add semaphore variantsSebastian Huber2016-05-302-11/+11
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-3013-157/+205
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-308-13/+15
* score: Adjust thread queue layoutSebastian Huber2016-05-302-29/+28
* score: Add libatomic supportSebastian Huber2016-05-301-0/+79
* score: Add Status_Control for all APIsSebastian Huber2016-05-2625-156/+109
* Fix semaphore post overflow statusSebastian Huber2016-05-261-1/+1
* posix: Fix pthread_spin_unlock() error statusSebastian Huber2016-05-251-9/+4
* score: Move thread queue MP callout to contextSebastian Huber2016-05-2524-263/+244
* score: Get rid of mp_id parameterSebastian Huber2016-05-2517-41/+14
* score: Move thread queue object supportSebastian Huber2016-05-251-6/+2
* mpci: Fix thread queue flush methodSebastian Huber2016-05-254-48/+26
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-251-17/+13
* score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2016-05-241-1/+2
* score: _CORE_message_queue_Seize()Sebastian Huber2016-05-241-1/+0
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-201-1/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-206-6/+6
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-204-4/+4
* score: Delete unused _Objects_Get_isr_disable()Sebastian Huber2016-05-201-55/+0
* mpci: Simplify _Objects_MP_Is_remote()Sebastian Huber2016-05-202-11/+9
* score: Use _RBTree_Insert_inline()Sebastian Huber2016-05-202-27/+22
* score: Remove the Giant lockSebastian Huber2016-05-204-241/+0
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-202-12/+2
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-208-20/+20
* score: Avoid Giant _Objects_Extend_information()Sebastian Huber2016-05-201-5/+4
* score: Delete unused _Objects_Get()Sebastian Huber2016-05-201-80/+0
* score: Delete unused _Thread_Get()Sebastian Huber2016-05-201-22/+0
* posix: Rework thread cancellationSebastian Huber2016-05-201-3/+3
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-202-10/+23
* posix: Rework pthread_join()Sebastian Huber2016-05-201-4/+88
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-202-67/+29
* score: Rework _Thread_Cancel()Sebastian Huber2016-05-201-54/+31
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-201-9/+79
* score: Split _Thread_Restart()Sebastian Huber2016-05-202-20/+86
* score: Add _Thread_Clear_state_locked()Sebastian Huber2016-05-201-5/+16
* score: Add _Thread_Set_state_locked()Sebastian Huber2016-05-201-6/+17
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-201-20/+61
* score: Rework _Thread_Exit()Sebastian Huber2016-05-201-4/+16
* score: Add _Thread_Raise_real_priority()Sebastian Huber2016-05-201-14/+16
* score: Add Thread_Change_life()Sebastian Huber2016-05-203-50/+66