summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-21score: Rework thread priority managementSebastian Huber1-94/+167
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-0/+18
2016-09-08score: Add scheduler node implementation headerSebastian Huber1-0/+1
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber1-6/+0
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-35/+45
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber1-4/+6
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber1-13/+0
2016-08-03score: Fix and simplify thread wait locksSebastian Huber1-63/+72
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-212/+306
2016-07-27score: Priority inherit thread queue operationsSebastian Huber1-31/+0
2016-07-27score: Split _Thread_Change_priority()Sebastian Huber1-0/+10
2016-07-26score: FormatSebastian Huber1-7/+6
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-4/+7
2016-07-01score: Next try to fix thread lock on SMPSebastian Huber1-6/+16
2016-06-30score: Avoid atomic fences for thread wait flagsSebastian Huber1-12/+30
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber1-8/+26
2016-06-29score: Fix SMP message handlingSebastian Huber1-14/+2
2016-06-22score: Add thread priority to scheduler nodesSebastian Huber1-0/+5
2016-06-02score: Maybe fix _Thread_Lock_acquire()Sebastian Huber1-37/+7
2016-06-01score: Fix _Thread_Lock_acquire()Sebastian Huber1-11/+12
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-4/+4
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-14/+8
2016-05-25score: Move thread queue object supportSebastian Huber1-20/+0
2016-05-25mpci: Fix thread queue flush methodSebastian Huber1-0/+19
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-1/+1
2016-05-20score: Rename _Objects_Get_local()Sebastian Huber1-1/+1
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-1/+1
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-2/+2
2016-05-20score: Delete unused _Thread_Get()Sebastian Huber1-26/+0
2016-05-20posix: Rework thread cancellationSebastian Huber1-1/+8
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber1-16/+2
2016-05-20posix: Rework pthread_join()Sebastian Huber1-2/+18
2016-05-20score: Split _Thread_Restart()Sebastian Huber1-27/+9
2016-05-20score: Add _Thread_Clear_state_locked()Sebastian Huber1-0/+5
2016-05-20score: Add _Thread_Set_state_locked()Sebastian Huber1-0/+5
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber1-0/+9
2016-05-20score: Add Thread_Change_life()Sebastian Huber1-3/+3
2016-05-20score: Add _Thread_Exit()Sebastian Huber1-0/+2
2016-05-20score: Delete redundant thread life enumsSebastian Huber1-1/+2
2016-05-12score: Avoid Giant lock for scheduler set/getSebastian Huber1-0/+8
2016-05-12score: Introduce thread state lockSebastian Huber1-47/+51
2016-05-04score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber1-2/+1
2016-05-04score: Add _Thread_MP_Is_remote()Sebastian Huber1-0/+21
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-4/+0
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-0/+36
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber1-0/+10
2016-03-22rtems: Rework rate-monotonic schedulerSebastian Huber1-1/+6
2016-03-18score: C++ compatibilitySebastian Huber1-1/+1
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber1-47/+20
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-3/+58