summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Properly continue the thread during restartSebastian Huber2021-11-231-3/+3
* score: Add _Thread_MP_Extract_proxy()Sebastian Huber2021-11-231-5/+3
* score: Remove thread timer earlierSebastian Huber2021-11-231-2/+2
* score: Introduce CPU budget operationsSebastian Huber2021-11-151-4/+0
* score: Make zombie registry observableSebastian Huber2021-08-181-16/+13
* score: Simplify _Thread_Kill_zombies()Sebastian Huber2021-08-181-8/+11
* score: Replace priority prepend it with an enumSebastian Huber2021-08-121-2/+2
* score: Direct thread dispatch in a self restartSebastian Huber2021-05-261-5/+11
* score: Fix _Thread_Cancel()Sebastian Huber2021-05-261-26/+22
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-261-5/+13
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-171-1/+1
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-171-12/+17
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-141-53/+15
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-141-3/+3
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-021-2/+2
* Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber2021-04-201-1/+0
* score: Fix thread initializationSebastian Huber2021-02-261-47/+4
* score: Add _Thread_Get_objects_information()Sebastian Huber2021-02-011-6/+6
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-1/+4
* score: Add stack free handler to TCBSebastian Huber2020-08-311-1/+1
* score: Use _Freechain_Push()Sebastian Huber2020-08-311-1/+1
* score: Add <rtems/score/freechainimpl.h>Sebastian Huber2020-08-311-0/+1
* score: Fix debug assertSebastian Huber2020-08-311-4/+12
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* score: Simplify TLS area allocationSebastian Huber2020-02-121-2/+0
* score: Simplify FP context allocationSebastian Huber2020-02-121-2/+0
* score: Simplify thread stack freeSebastian Huber2020-02-121-1/+2
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* score: Static Objects_Information initializationSebastian Huber2018-12-141-1/+1
* posix: Provide threads by defaultSebastian Huber2018-10-291-16/+0
* Use _Thread_Dispatch_direct()Sebastian Huber2018-02-081-2/+2
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-1/+1
* score: Add optional _CPU_Context_Destroy()Sebastian Huber2017-07-251-1/+1
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-1/+1
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-5/+1
* score: Initialize thread queue context earlySebastian Huber2016-12-021-2/+4
* score: Fix thread queue context initializationSebastian Huber2016-11-281-1/+1
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-241-1/+1
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-231-1/+1
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-8/+27
* score: Add and use _Thread_Dispatch_direct()Sebastian Huber2016-11-181-7/+1
* score: Conditionally enable thread resource countSebastian Huber2016-11-031-0/+2
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-1/+1
* score: Delete Thread_Scheduler_control::own_nodeSebastian Huber2016-11-021-1/+1
* score: Add thread scheduler lockSebastian Huber2016-11-021-0/+1
* score: Rework thread priority managementSebastian Huber2016-09-211-34/+27
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-2/+2
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-1/+1