summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-23score: Properly continue the thread during restartSebastian Huber1-3/+3
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber1-5/+3
2021-11-23score: Remove thread timer earlierSebastian Huber1-2/+2
2021-11-15score: Introduce CPU budget operationsSebastian Huber1-4/+0
2021-08-18score: Make zombie registry observableSebastian Huber1-16/+13
2021-08-18score: Simplify _Thread_Kill_zombies()Sebastian Huber1-8/+11
2021-08-12score: Replace priority prepend it with an enumSebastian Huber1-2/+2
2021-05-26score: Direct thread dispatch in a self restartSebastian Huber1-5/+11
2021-05-26score: Fix _Thread_Cancel()Sebastian Huber1-26/+22
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber1-5/+13
2021-05-17score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber1-1/+1
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber1-12/+17
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber1-53/+15
2021-05-14rtems: Always set the real priority during restartSebastian Huber1-26/+32
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber1-3/+3
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber1-2/+2
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber1-1/+0
2021-02-26score: Fix thread initializationSebastian Huber1-47/+4
2021-02-01score: Add _Thread_Get_objects_information()Sebastian Huber1-6/+6
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-1/+4
2020-08-31score: Add stack free handler to TCBSebastian Huber1-1/+1
2020-08-31score: Use _Freechain_Push()Sebastian Huber1-1/+1
2020-08-31score: Add <rtems/score/freechainimpl.h>Sebastian Huber1-0/+1
2020-08-31score: Fix debug assertSebastian Huber1-4/+12
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2020-02-12score: Simplify TLS area allocationSebastian Huber1-2/+0
2020-02-12score: Simplify FP context allocationSebastian Huber1-2/+0
2020-02-12score: Simplify thread stack freeSebastian Huber1-1/+2
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2018-12-14score: Static Objects_Information initializationSebastian Huber1-1/+1
2018-10-29posix: Provide threads by defaultSebastian Huber1-16/+0
2018-02-08Use _Thread_Dispatch_direct()Sebastian Huber1-2/+2
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-1/+1
2017-07-25score: Add optional _CPU_Context_Destroy()Sebastian Huber1-1/+1
2016-12-12score: Introduce _Internal_error()Sebastian Huber1-1/+1
2016-12-09score: Remove fatal is internal indicatorSebastian Huber1-5/+1
2016-12-02score: Initialize thread queue context earlySebastian Huber1-2/+4
2016-11-28score: Fix thread queue context initializationSebastian Huber1-1/+1
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-1/+1
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-8/+27
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber1-7/+1
2016-11-03score: Conditionally enable thread resource countSebastian Huber1-0/+2
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-1/+1
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber1-1/+1
2016-11-02score: Add thread scheduler lockSebastian Huber1-0/+1
2016-09-21score: Rework thread priority managementSebastian Huber1-34/+27
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-2/+2
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-1/+1