summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/score/threadimpl.h (follow)
AgeCommit message (Expand)Author
2021-10-12rtems: Fix rate monotonic statisticsSebastian Huber
2021-10-08score: Fix thread pinning assertionsSebastian Huber
2021-10-06score: Always check queue in _Thread_Wait_cancel()Sebastian Huber
2021-08-18score: Delete unused rtems_ada_selfSebastian Huber
2021-08-18score: Make zombie registry observableSebastian Huber
2021-08-12score: Replace priority prepend it with an enumSebastian Huber
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber
2021-04-27Return status code for _Thread_Start()Sebastian Huber
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber
2021-02-26score: Fix thread initializationSebastian Huber
2021-02-24score: Remove _Objects_Open()Sebastian Huber
2021-02-20score: Add _Thread_Append_post_switch_action()Sebastian Huber
2021-02-01score: Add _Thread_Get_objects_information()Sebastian Huber
2021-02-01score: Rename _Thread_Get_objects_information()Sebastian Huber
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber
2020-10-14Remove *_Is_null() inline functionsSebastian Huber
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber
2020-08-31score: Add stack free handler to TCBSebastian Huber
2020-07-21score: Improve _Thread_Start() descriptionSebastian Huber
2020-02-12score: Move thread stack allocationSebastian Huber
2020-02-12score: Add Thread_ConfigurationSebastian Huber
2020-02-12score: Simplify thread stack freeSebastian Huber
2020-02-12score: Simplify thread stack allocationSebastian Huber
2020-01-02mpci: Fix blocking proxy statusSebastian Huber
2019-06-28score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber
2019-05-13doxygen: score: adjust doc in threadimpl.h to doxygen guidelinesAndreas Dachsberger
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
2018-12-14score: Static Objects_Information initializationSebastian Huber
2018-12-07score: Avoid sbintime_t in API headersSebastian Huber
2018-10-29score: Remove bogus thread object name supportSebastian Huber
2018-09-10score: Add thread pin/unpin supportSebastian Huber
2018-08-29score: Remove redundant #ifdef RTEMS_SMPSebastian Huber
2018-07-16score: Avoid structurally dead codeSebastian Huber
2018-02-02score: Introduce new monotonic clockSebastian Huber
2018-01-25Remove make preinstallChris Johns