summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use alias for rtems_task_self() and pthread_self()Sebastian Huber2021-04-301-0/+7
* Return status code for _Thread_Start()Sebastian Huber2021-04-271-4/+3
* score: Add Thread_Configuration::cpu_time_budgetSebastian Huber2021-03-161-0/+5
* score: Fix thread initializationSebastian Huber2021-02-261-3/+19
* score: Remove _Objects_Open()Sebastian Huber2021-02-241-2/+2
* score: Add _Thread_Append_post_switch_action()Sebastian Huber2021-02-201-4/+34
* score: Add _Thread_Get_objects_information()Sebastian Huber2021-02-011-0/+24
* score: Rename _Thread_Get_objects_information()Sebastian Huber2021-02-011-5/+9
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-4/+2
* Remove *_Is_null() inline functionsSebastian Huber2020-10-141-15/+0
* rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2020-10-101-3/+3
* score: Add stack free handler to TCBSebastian Huber2020-08-311-2/+4
* score: Improve _Thread_Start() descriptionSebastian Huber2020-07-211-6/+30
* score: Move thread stack allocationSebastian Huber2020-02-121-2/+7
* score: Add Thread_ConfigurationSebastian Huber2020-02-121-23/+60
* score: Simplify thread stack freeSebastian Huber2020-02-121-11/+0
* score: Simplify thread stack allocationSebastian Huber2020-02-121-17/+0
* mpci: Fix blocking proxy statusSebastian Huber2020-01-021-23/+0
* score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber2019-06-281-0/+28
* doxygen: score: adjust doc in threadimpl.h to doxygen guidelinesAndreas Dachsberger2019-05-131-126/+690
* score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber2019-04-121-2/+4
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
* score: Static Objects_Information initializationSebastian Huber2018-12-141-20/+2
* score: Avoid sbintime_t in API headersSebastian Huber2018-12-071-0/+1
* score: Remove bogus thread object name supportSebastian Huber2018-10-291-3/+1
* score: Add thread pin/unpin supportSebastian Huber2018-09-101-1/+51
* score: Remove redundant #ifdef RTEMS_SMPSebastian Huber2018-08-291-2/+0
* score: Avoid structurally dead codeSebastian Huber2018-07-161-3/+2
* score: Introduce new monotonic clockSebastian Huber2018-02-021-6/+7
* Remove make preinstallChris Johns2018-01-251-0/+1969