summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber6-77/+42
2016-05-20posix: Rework pthread_join()Sebastian Huber13-188/+243
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 Huber4-12/+87
2016-05-20score: Split _Thread_Restart()Sebastian Huber4-68/+116
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 Huber5-32/+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 Huber7-61/+79
2016-05-20score: Delete unused variableSebastian Huber1-6/+3
2016-05-20score: Avoid superfluous life protectionSebastian Huber3-12/+0
2016-05-20score: Add _Thread_Exit()Sebastian Huber4-6/+32
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-17posix: Fix return states of pthread_kill()Sebastian Huber1-17/+11
2016-05-17posix: Fix return status of pthread_cancel()Sebastian Huber1-1/+1
2016-05-12capture: Fix use of per-processor dataSebastian Huber2-27/+31
2016-05-12capture: Remove superfluous includesSebastian Huber1-3/+0
2016-05-12capture: Compact rtems_capture_record_tSebastian Huber1-1/+1
2016-05-12capture: Fix buffer allocation and freeSebastian Huber2-11/+11
2016-05-12rtems: Add rtems_interrupt_lock_interrupt_disableSebastian Huber1-0/+13
2016-05-12score: Avoid Giant lock for scheduler set/getSebastian Huber5-65/+113
2016-05-12posix: Avoid Giant lock for some pthread functionsSebastian Huber7-132/+103
2016-05-12score: Avoid Giant lock _Scheduler_Get_affinity()Sebastian Huber3-51/+62
2016-05-12score: Avoid Giant lock _Scheduler_Set_affinity()Sebastian Huber9-69/+96
2016-05-12score: Use thread state lock for current stateSebastian Huber10-63/+129
2016-05-12rtems: Avoid Giant lock rtems_task_is_suspended()Sebastian Huber1-35/+13
2016-05-12rtems: Avoid Giant lock for some task operationsSebastian Huber5-131/+158
2016-05-12rtems: Use thread state lock for signalsSebastian Huber7-120/+24
2016-05-12score: Introduce thread state lockSebastian Huber11-114/+149
2016-05-12score: Add _Thread_queue_Is_lock_owner()Sebastian Huber2-6/+71
2016-05-12posix: Make _POSIX_signals_Action_handler() staticSebastian Huber3-142/+126
2016-05-12mpci: Delete unused region supportSebastian Huber5-429/+0
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-06posix: Avoid Giant lock in pthread_equal()Sebastian Huber1-51/+9
2016-05-06rtems: Avoid Giant lock for signalsSebastian Huber7-153/+115
2016-05-04mpci: Avoid Giant lock in _MPCI_Process_response()Sebastian Huber1-17/+15
2016-05-04score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber6-130/+87