summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadidledata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-1/+3
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* config: Add _Thread_Idle_bodySebastian Huber2020-02-251-0/+13
| | | | | | | | | Move the idle thread body configuration constant out of the configuration table. Provide a default definition of the idle thread body constant. Update #3875.
* config: Add _Thread_Idle_stack_sizeSebastian Huber2020-02-251-0/+65
Move the idle thread stack size configuration constant out of the configuration table. Add THREAD_IDLE_STACK_SIZE_DEFAULT and use it to provide a default definition of the idle thread stack size constant. Update #3875.