summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Assert scheduler index validitySebastian Huber2023-07-281-1/+1
* Update company nameSebastian Huber2023-05-201-1/+1
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-191-83/+83
* score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber2022-07-281-4/+1
* score: Use priority inheritance for thread joinSebastian Huber2022-07-281-24/+57
* score: Conditional _Thread_Priority_replace()Sebastian Huber2022-07-071-0/+2
* cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* score: Properly continue the thread during restartSebastian Huber2021-11-231-2/+5
* score: Simplify thread wait state handlingSebastian Huber2021-11-231-11/+8
* score: Add _Thread_MP_Extract_proxy()Sebastian Huber2021-11-231-0/+27
* score: Rework ask for help requestsSebastian Huber2021-11-231-26/+0
* score: Add SMP scheduler make/clean stickySebastian Huber2021-11-231-8/+20
* score: Fix thread pinning assertionsSebastian Huber2021-11-151-2/+2
* score: Introduce CPU budget operationsSebastian Huber2021-11-151-12/+2
* rtems: Fix rate monotonic statisticsSebastian Huber2021-10-251-7/+33
* score: Always check queue in _Thread_Wait_cancel()Sebastian Huber2021-10-061-2/+2
* score: Delete unused rtems_ada_selfSebastian Huber2021-08-181-5/+0
* score: Make zombie registry observableSebastian Huber2021-08-181-0/+27
* score: Replace priority prepend it with an enumSebastian Huber2021-08-121-9/+11
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-261-7/+6
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-171-10/+12
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-141-14/+1
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-141-6/+9
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-1/+1
* 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