summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-28score: Help static analysis in thread initSebastian Huber1-2/+5
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-5/+1
2022-07-28score: Use priority inheritance for thread joinSebastian Huber1-0/+1
2022-02-28score/src/[t-z]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2021-11-23score: Simplify thread wait state handlingSebastian Huber1-1/+1
2021-11-15score: Introduce CPU budget operationsSebastian Huber1-7/+5
2021-09-22score: Improve variable names in thread initSebastian Huber1-25/+25
2021-09-22score: Simplify _Thread_Try_initialize()Sebastian Huber1-72/+108
2021-03-27score: Fix task stack initializationSebastian Huber1-1/+0
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber1-17/+1
2021-03-05score: Ensure stack alignment requirementSebastian Huber1-0/+5
2021-02-26score: Fix thread initializationSebastian Huber1-52/+115
2021-02-24score: Remove _Objects_Open()Sebastian Huber1-4/+1
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-3/+5
2020-09-11score: Fix _Thread_Initialize()Sebastian Huber1-5/+6
2020-08-31score: Add stack free handler to TCBSebastian Huber1-16/+14
2020-08-31score: Use _Freechain_Push()Sebastian Huber1-1/+1
2020-08-31score: Add <rtems/score/freechainimpl.h>Sebastian Huber1-0/+1
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-02-25score: Fix label defined but not used warningSebastian Huber1-0/+2
2020-02-25score: _Scheduler_Is_non_preempt_mode_supported()Sebastian Huber1-1/+4
2020-02-25score: Add _SMP_Need_inter_processor_interrupts()Sebastian Huber1-1/+1
2020-02-12score: Simplify _Thread_Initialize()Sebastian Huber1-9/+2
2020-02-12score: Move thread stack allocationSebastian Huber1-34/+19
2020-02-12score: Add _Stack_Extend_size()Sebastian Huber1-10/+3
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