summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber1-1/+4
2017-07-07score: Move processor affinity to Thread_ControlSebastian Huber1-0/+1
2017-02-15score: Fix warningSebastian Huber1-0/+2
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-2/+1
2017-01-31score: Fix _Thread_Initialize()Sebastian Huber1-2/+2
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber1-1/+0
2016-11-18score: Restrict task interrupt level to 0 on SMPSebastian Huber1-2/+8
2016-11-10rtems: Add scheduler processor add/removeSebastian Huber1-1/+8
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-2/+1
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber1-2/+1
2016-11-02score: Delete Thread_Scheduler_control::nodeSebastian Huber1-1/+0
2016-11-02score: Delete _Scheduler_Ask_for_help_if_necessarySebastian Huber1-2/+0
2016-11-02score: Add scheduler node requestsSebastian Huber1-0/+4
2016-11-02score: Add thread scheduler lockSebastian Huber1-0/+1
2016-09-27score: Simplify ISR lock nameSebastian Huber1-4/+1
2016-09-21score: Manage scheduler nodes via thread queuesSebastian Huber1-0/+5
2016-09-21score: Add scheduler node table for each threadSebastian Huber1-11/+60
2016-09-21score: Rework thread priority managementSebastian Huber1-2/+5
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber1-2/+0
2016-08-08score: Add debug support to red-black treesSebastian Huber1-0/+1
2016-08-03score: Fix and simplify thread wait locksSebastian Huber1-1/+1
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-6/+4
2016-07-01score: Change scheduler node init and destroySebastian Huber1-3/+6
2016-06-30score: Fix thread lock on SMP configurationsSebastian Huber1-1/+5
2016-06-22score: Add thread priority to scheduler nodesSebastian Huber1-3/+1
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber1-2/+0
2016-05-12score: Introduce thread state lockSebastian Huber1-0/+2
2016-05-02score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber1-5/+0
2016-03-29score: Fix multiprocessing thread proxiesSebastian Huber1-3/+1
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber1-4/+3
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-0/+4
2015-12-15score: Initialize thread control to zeroSebastian Huber1-44/+9
2015-12-11score: Untangle thread actionsSebastian Huber1-4/+1
2015-09-04score: Implement SMP-specific priority queueSebastian Huber1-2/+2
2015-07-30score: Use a plain ticket lock for thread locksSebastian Huber1-1/+2
2015-07-30score: Add potpourri lock statisticsSebastian Huber1-0/+1
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-2/+22
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill1-5/+1
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber1-1/+1
2015-06-09score: Add Thread_Control::is_fpSebastian Huber1-0/+1
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber1-1/+2
2015-05-19score: Add Thread_queue_OperationsSebastian Huber1-11/+2
2015-03-24score: Add thread lockSebastian Huber1-0/+3
2015-03-24score: Add thread priority change handlerSebastian Huber1-1/+11
2015-03-20score: Fix _Thread_Change_priority()Sebastian Huber1-0/+1
2015-03-05score: Add thread wait flagsSebastian Huber1-0/+2
2014-10-27score: Add capture data to tcb.Jennifer Averett1-0/+3
2014-07-09score: Implement scheduler helping protocolSebastian Huber1-0/+3
2014-06-23score: Collect scheduler related fields in TCBSebastian Huber1-3/+2
2014-06-04score: Replace _Scheduler_Allocate/Free()Sebastian Huber1-7/+5