summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-07score: Conditional _Thread_Priority_replace()Sebastian Huber1-0/+2
2022-02-28cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill1-3/+22
2021-11-23score: Properly continue the thread during restartSebastian Huber1-2/+5
2021-11-23score: Simplify thread wait state handlingSebastian Huber1-11/+8
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber1-0/+27
2021-11-23score: Rework ask for help requestsSebastian Huber1-26/+0
2021-11-23score: Add SMP scheduler make/clean stickySebastian Huber1-8/+20
2021-11-15score: Fix thread pinning assertionsSebastian Huber1-2/+2
2021-11-15score: Introduce CPU budget operationsSebastian Huber1-12/+2
2021-10-25rtems: Fix rate monotonic statisticsSebastian Huber1-7/+33
2021-10-06score: Always check queue in _Thread_Wait_cancel()Sebastian Huber1-2/+2
2021-08-18score: Delete unused rtems_ada_selfSebastian Huber1-5/+0
2021-08-18score: Make zombie registry observableSebastian Huber1-0/+27
2021-08-12score: Replace priority prepend it with an enumSebastian Huber1-9/+11
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