summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* score: Delete unused variableSebastian Huber2016-05-201-6/+3
* score: Avoid superfluous life protectionSebastian Huber2016-05-201-3/+0
* score: Add _Thread_Exit()Sebastian Huber2016-05-201-4/+14
* SMP: Move lock stats to separate header fileSebastian Huber2016-05-191-3/+127
* score: Avoid Giant lock _Scheduler_Get_affinity()Sebastian Huber2016-05-121-3/+10
* score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber2016-05-122-13/+32
* score: Use thread state lock for current stateSebastian Huber2016-05-126-12/+22
* score: Introduce thread state lockSebastian Huber2016-05-124-26/+36
* score: Ensure matching lock acquire and releaseSebastian Huber2016-05-121-1/+12
* score: Add _ISR_lock_Is_owner()Sebastian Huber2016-05-121-1/+24
* score: Fix CORE mutex initializationSebastian Huber2016-05-121-3/+3
* score: Avoid Giant lock for CBS schedulerSebastian Huber2016-05-064-77/+93
* mpci: Avoid Giant lock in _MPCI_Process_response()Sebastian Huber2016-05-041-17/+15
* score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber2016-05-041-4/+1
* score: Add _Thread_MP_Is_remote()Sebastian Huber2016-05-041-21/+0