summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-12score: Add Thread_ConfigurationSebastian Huber1-37/+33
2020-02-12score: Simplify TLS area allocationSebastian Huber1-15/+15
2020-02-12score: Simplify FP context allocationSebastian Huber1-22/+17
2020-02-12score: Simplify thread stack freeSebastian Huber1-18/+9
2020-02-12score: Simplify thread stack allocationSebastian Huber1-15/+14
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2019-01-09Adjust interrupt mode tests for some CPU portsSebastian Huber1-1/+3
2019-01-09Separate task mode checksSebastian Huber1-8/+11
2018-12-14score: Static Objects_Information initializationSebastian Huber1-3/+3
2018-12-07score: Rename Objects_Information::sizeSebastian Huber1-1/+1
2018-09-10score: Add thread pin/unpin supportSebastian Huber1-1/+1
2017-10-11score: Remove CPU_set_ControlSebastian Huber1-1/+0
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