summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber4-27/+26
2016-05-20posix: Rework pthread_join()Sebastian Huber4-7/+127
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber3-68/+29
2016-05-20score: Rework _Thread_Cancel()Sebastian Huber1-54/+31
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber3-11/+86
2016-05-20score: Split _Thread_Restart()Sebastian Huber3-47/+95
2016-05-20score: Add _Thread_Dispatch_disable_with_CPU()Sebastian Huber1-5/+23
2016-05-20score: Add _Thread_Clear_state_locked()Sebastian Huber2-5/+21
2016-05-20score: Add _Thread_Set_state_locked()Sebastian Huber2-6/+22
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber4-31/+70
2016-05-20score: Rework _Thread_Exit()Sebastian Huber1-4/+16
2016-05-20score: Add _Thread_Raise_real_priority()Sebastian Huber1-14/+16
2016-05-20score: Add Thread_Change_life()Sebastian Huber6-57/+73
2016-05-20score: Delete unused variableSebastian Huber1-6/+3
2016-05-20score: Avoid superfluous life protectionSebastian Huber1-3/+0
2016-05-20score: Add _Thread_Exit()Sebastian Huber2-4/+16
2016-05-20score: Delete redundant thread life enumsSebastian Huber2-6/+6
2016-05-19SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber3-0/+267
2016-05-19SMP: Add and use lock statistics helperSebastian Huber2-28/+54
2016-05-19SMP: Move ticket lock to separate header fileSebastian Huber4-160/+208
2016-05-19SMP: Move lock stats to separate header fileSebastian Huber5-333/+397
2016-05-12score: Avoid Giant lock for scheduler set/getSebastian Huber3-14/+62
2016-05-12posix: Avoid Giant lock for some pthread functionsSebastian Huber1-0/+5
2016-05-12score: Avoid Giant lock _Scheduler_Get_affinity()Sebastian Huber1-3/+10
2016-05-12score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber5-18/+36
2016-05-12score: Use thread state lock for current stateSebastian Huber8-58/+117
2016-05-12rtems: Use thread state lock for signalsSebastian Huber1-0/+1
2016-05-12score: Introduce thread state lockSebastian Huber6-93/+121
2016-05-12score: Add _Thread_queue_Is_lock_owner()Sebastian Huber2-6/+71
2016-05-12score: Ensure matching lock acquire and releaseSebastian Huber2-4/+16
2016-05-12score: Add _ISR_lock_Is_owner()Sebastian Huber4-4/+90
2016-05-12score: Fix CORE mutex initializationSebastian Huber2-22/+3
2016-05-11Revert "score: Avoid use of uninitialized variable"Sebastian Huber1-1/+0
2016-05-11score: Avoid use of uninitialized variableSebastian Huber1-0/+1
2016-05-06score: Avoid Giant lock for CBS schedulerSebastian Huber4-77/+93
2016-05-04mpci: Avoid Giant lock in _MPCI_Process_response()Sebastian Huber1-17/+15
2016-05-04score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber2-6/+2
2016-05-04score: Add _Thread_MP_Is_remote()Sebastian Huber3-21/+32
2016-05-04score: Simplify _Thread_Get_objects_information()Sebastian Huber1-8/+9
2016-05-04score: Make _Objects_Information_table constSebastian Huber2-15/+3
2016-05-04score: Simplify _Objects_Id_to_name()Sebastian Huber1-6/+4
2016-05-04score: Fix _Objects_Id_to_name()Sebastian Huber1-12/+1
2016-05-04rtems: Remove task variablesSebastian Huber1-34/+0
2016-05-04confdefs.h: Fix message queue size estimateSebastian Huber1-17/+13
2016-05-02score: Optimize _Objects_Get_local()Sebastian Huber3-6/+8
2016-05-02mpci: Fix _CORE_barrier_Surrender()Sebastian Huber1-1/+1
2016-05-02score: Add dummy Strong APA schedulerSebastian Huber4-0/+547
2016-05-02score: __RTEMS_DO_NOT_INLINE_CORE_MUTEX_SEIZE__Sebastian Huber4-293/+159
2016-05-02score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber6-111/+0
2016-05-02score: Avoid Giant lock for set time of daySebastian Huber5-45/+77