summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add Thread_ConfigurationSebastian Huber2020-02-121-37/+33
* score: Simplify TLS area allocationSebastian Huber2020-02-121-15/+15
* score: Simplify FP context allocationSebastian Huber2020-02-121-22/+17
* score: Simplify thread stack freeSebastian Huber2020-02-121-18/+9
* score: Simplify thread stack allocationSebastian Huber2020-02-121-15/+14
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* Adjust interrupt mode tests for some CPU portsSebastian Huber2019-01-091-1/+3
* Separate task mode checksSebastian Huber2019-01-091-8/+11
* score: Static Objects_Information initializationSebastian Huber2018-12-141-3/+3
* score: Rename Objects_Information::sizeSebastian Huber2018-12-071-1/+1
* score: Add thread pin/unpin supportSebastian Huber2018-09-101-1/+1
* score: Remove CPU_set_ControlSebastian Huber2017-10-111-1/+0
* score: Introduce _SMP_Get_online_processors()Sebastian Huber2017-07-071-1/+4
* score: Move processor affinity to Thread_ControlSebastian Huber2017-07-071-0/+1
* score: Fix warningSebastian Huber2017-02-151-0/+2
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-2/+1
* score: Fix _Thread_Initialize()Sebastian Huber2017-01-311-2/+2
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-261-1/+0
* score: Restrict task interrupt level to 0 on SMPSebastian Huber2016-11-181-2/+8
* rtems: Add scheduler processor add/removeSebastian Huber2016-11-101-1/+8
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-2/+1
* score: Delete Thread_Scheduler_control::own_nodeSebastian Huber2016-11-021-2/+1
* score: Delete Thread_Scheduler_control::nodeSebastian Huber2016-11-021-1/+0
* score: Delete _Scheduler_Ask_for_help_if_necessarySebastian Huber2016-11-021-2/+0
* score: Add scheduler node requestsSebastian Huber2016-11-021-0/+4
* score: Add thread scheduler lockSebastian Huber2016-11-021-0/+1
* score: Simplify ISR lock nameSebastian Huber2016-09-271-4/+1
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-211-0/+5
* score: Add scheduler node table for each threadSebastian Huber2016-09-211-11/+60
* score: Rework thread priority managementSebastian Huber2016-09-211-2/+5
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-071-2/+0
* score: Add debug support to red-black treesSebastian Huber2016-08-081-0/+1
* score: Fix and simplify thread wait locksSebastian Huber2016-08-031-1/+1
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-6/+4
* score: Change scheduler node init and destroySebastian Huber2016-07-011-3/+6
* score: Fix thread lock on SMP configurationsSebastian Huber2016-06-301-1/+5
* score: Add thread priority to scheduler nodesSebastian Huber2016-06-221-3/+1
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-201-2/+0
* score: Introduce thread state lockSebastian Huber2016-05-121-0/+2
* score: Delete __RTEMS_STRICT_ORDER_MUTEX__Sebastian Huber2016-05-021-5/+0
* score: Fix multiprocessing thread proxiesSebastian Huber2016-03-291-3/+1
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-4/+3
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-0/+4
* score: Initialize thread control to zeroSebastian Huber2015-12-151-44/+9
* score: Untangle thread actionsSebastian Huber2015-12-111-4/+1
* score: Implement SMP-specific priority queueSebastian Huber2015-09-041-2/+2
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-301-1/+2
* score: Add potpourri lock statisticsSebastian Huber2015-07-301-0/+1
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-2/+22
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-151-5/+1