summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadrestart.c (follow)
AgeCommit message (Expand)Author
2020-08-31score: Add stack free handler to TCBSebastian Huber
2020-08-31score: Use _Freechain_Push()Sebastian Huber
2020-08-31score: Add <rtems/score/freechainimpl.h>Sebastian Huber
2020-08-31score: Fix debug assertSebastian Huber
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2020-02-12score: Simplify TLS area allocationSebastian Huber
2020-02-12score: Simplify FP context allocationSebastian Huber
2020-02-12score: Simplify thread stack freeSebastian Huber
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
2018-12-14score: Static Objects_Information initializationSebastian Huber
2018-10-29posix: Provide threads by defaultSebastian Huber
2018-02-08Use _Thread_Dispatch_direct()Sebastian Huber
2017-10-24score: Move thread queue timeout handlingSebastian Huber
2017-07-25score: Add optional _CPU_Context_Destroy()Sebastian Huber
2016-12-12score: Introduce _Internal_error()Sebastian Huber
2016-12-09score: Remove fatal is internal indicatorSebastian Huber
2016-12-02score: Initialize thread queue context earlySebastian Huber
2016-11-28score: Fix thread queue context initializationSebastian Huber
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber
2016-11-23score: Add thread queue enqueue calloutSebastian Huber
2016-11-18score: Add and use _Thread_Dispatch_direct()Sebastian Huber
2016-11-03score: Conditionally enable thread resource countSebastian Huber
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber
2016-11-02score: Delete Thread_Scheduler_control::own_nodeSebastian Huber
2016-11-02score: Add thread scheduler lockSebastian Huber
2016-09-21score: Rework thread priority managementSebastian Huber
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber
2016-08-05score: Simplify _Thread_Finalize_life_change()Sebastian Huber
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom
2016-07-01score: Change scheduler node init and destroySebastian Huber
2016-07-01score: Workaround for #2751Sebastian Huber
2016-06-16score: Fix thread delete race condition on SMPSebastian Huber
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber
2016-05-26score: Add Status_Control for all APIsSebastian Huber
2016-05-25score: Move thread queue MP callout to contextSebastian Huber
2016-05-25score: Get rid of mp_id parameterSebastian Huber
2016-05-20posix: Rework thread cancellationSebastian Huber
2016-05-20posix: Rework pthread_join()Sebastian Huber
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber
2016-05-20score: Rework _Thread_Cancel()Sebastian Huber
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber
2016-05-20score: Split _Thread_Restart()Sebastian Huber
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber
2016-05-20score: Rework _Thread_Exit()Sebastian Huber