summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber1-7/+6
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber1-10/+12
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber1-14/+1
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber1-6/+9
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber1-1/+1
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber1-0/+7
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-4/+3
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber1-0/+5
2021-02-26score: Fix thread initializationSebastian Huber1-3/+19
2021-02-24score: Remove _Objects_Open()Sebastian Huber1-2/+2
2021-02-20score: Add _Thread_Append_post_switch_action()Sebastian Huber1-4/+34
2021-02-01score: Add _Thread_Get_objects_information()Sebastian Huber1-0/+24
2021-02-01score: Rename _Thread_Get_objects_information()Sebastian Huber1-5/+9
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-4/+2
2020-10-14Remove *_Is_null() inline functionsSebastian Huber1-15/+0
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-3/+3
2020-08-31score: Add stack free handler to TCBSebastian Huber1-2/+4
2020-07-21score: Improve _Thread_Start() descriptionSebastian Huber1-6/+30
2020-02-12score: Move thread stack allocationSebastian Huber1-2/+7
2020-02-12score: Add Thread_ConfigurationSebastian Huber1-23/+60
2020-02-12score: Simplify thread stack freeSebastian Huber1-11/+0
2020-02-12score: Simplify thread stack allocationSebastian Huber1-17/+0
2020-01-02mpci: Fix blocking proxy statusSebastian Huber1-23/+0
2019-06-28score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber1-0/+28
2019-05-13doxygen: score: adjust doc in threadimpl.h to doxygen guidelinesAndreas Dachsberger1-126/+690
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber1-2/+4
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-1/+1
2018-12-14score: Static Objects_Information initializationSebastian Huber1-20/+2
2018-12-07score: Avoid sbintime_t in API headersSebastian Huber1-0/+1
2018-10-29score: Remove bogus thread object name supportSebastian Huber1-3/+1
2018-09-10score: Add thread pin/unpin supportSebastian Huber1-1/+51
2018-08-29score: Remove redundant #ifdef RTEMS_SMPSebastian Huber1-2/+0
2018-07-16score: Avoid structurally dead codeSebastian Huber1-3/+2
2018-02-02score: Introduce new monotonic clockSebastian Huber1-6/+7
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-11-22score: Simplify global constructionSebastian Huber1-13/+10
2017-10-24score: Add _Thread_Continue()Sebastian Huber1-2/+16
2017-10-24score: Add _Thread_Add_timeout_ticks()Sebastian Huber1-6/+5
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber1-1/+1
2017-10-17score: Rename watchdog variantsSebastian Huber1-7/+7
2017-10-12score: Remove unused function declarationSebastian Huber1-15/+0
2017-09-27score: Rename to _Scheduler_ControlSebastian Huber1-1/+1
2017-02-03score: Move _Thread_Scheduler_ask_for_help()Sebastian Huber1-2/+0
2017-01-13score: Add _Thread_Set_name()Sebastian Huber1-0/+5
2017-01-13score: Add and use _Thread_Get_name()Sebastian Huber1-1/+7
2016-12-02score: Initialize thread queue context earlySebastian Huber1-3/+0
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-1/+10
2016-11-03score: Conditionally enable thread resource countSebastian Huber1-0/+10
2016-11-03score: Introduce thread resource count methodsSebastian Huber1-0/+14
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-0/+12