summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix implicit integer conversion warningsSebastian Huber2023-11-021-6/+6
* cpukit/score: Convert Thread_Life_state to uint32_tKinsey Moore2023-10-301-40/+40
* Update company nameSebastian Huber2023-05-201-1/+1
* config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2022-10-141-7/+0
* score: Move Thread_Control::Registers memberSebastian Huber2022-10-141-2/+9
* score: Allow linker garbage collectionSebastian Huber2022-07-281-2/+2
* score: Fix objects local table initializationSebastian Huber2022-07-271-2/+1
* Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce2022-07-211-0/+4
* score: Place object controls into .noinit sectionsSebastian Huber2022-07-151-3/+6
* cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber2021-12-091-1/+3
* score: Simplify thread wait state handlingSebastian Huber2021-11-231-1/+1
* score: Rework ask for help requestsSebastian Huber2021-11-231-3/+17
* score: Introduce CPU budget operationsSebastian Huber2021-11-151-45/+49
* rtems: Fix rate monotonic statisticsSebastian Huber2021-10-251-3/+12
* score: Change thread action lockingSebastian Huber2021-02-201-8/+11
* score: Clarify thread life state documentationSebastian Huber2021-02-011-2/+2
* score: Document Thread_Life_stateSebastian Huber2021-02-011-3/+40
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-4/+3
* score: Canonicalize Doxygen groupsSebastian Huber2020-12-021-1/+1
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-171-0/+10
* score: Add stack free handler to TCBSebastian Huber2020-08-311-3/+2
* score: Remove deprecated ThreadSebastian Huber2020-07-141-6/+0
* libio: Add POSIX user environment pointer to TCBSebastian Huber2020-02-251-0/+7
* score: Simplify _Thread_Initialize()Sebastian Huber2020-02-121-1/+9
* score: Split up objects freeSebastian Huber2020-02-121-0/+3
* score: Split up objects allocationSebastian Huber2020-02-121-0/+3
* score: Statically allocate idle/MPCI stacksSebastian Huber2020-02-121-0/+7
* score: Move thread stack allocationSebastian Huber2020-02-121-2/+0
* score: Simplify thread stack freeSebastian Huber2020-02-121-4/+5
* score: Simplify thread stack allocationSebastian Huber2020-02-121-2/+0
* config: Statically allocate MP thread proxiesSebastian Huber2019-12-131-0/+17
* Add and use THREAD_DEFAULT_MAXIMUM_NAME_SIZESebastian Huber2019-07-301-0/+9
* doxygen: score: adjust doc in thread.h to doxygen guidelinesAndreas Dachsberger2019-05-131-16/+25
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-2/+2
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
* score: Static Objects_Information initializationSebastian Huber2018-12-141-5/+113
* score: Move internal structures to objectdata.hSebastian Huber2018-11-121-1/+1
* posix: Provide threads by defaultSebastian Huber2018-10-291-8/+2
* score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber2018-10-051-11/+0
* score: Add thread pin/unpin supportSebastian Huber2018-09-101-6/+37
* Remove make preinstallChris Johns2018-01-251-0/+935