summaryrefslogtreecommitdiffstats
path: root/c-user/task/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-29 10:54:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-30 09:07:31 +0200
commit0e200f3c9e166b9eaa03f16be9ff210a7751511d (patch)
tree93cf8607f6228e69763672368c3828acd8b80f27 /c-user/task/directives.rst
parentrtems-docs: add example booting aarch64 image on Xilinx ZCU102 (diff)
downloadrtems-docs-0e200f3c9e166b9eaa03f16be9ff210a7751511d.tar.bz2
c-user: Clarify scheduler of created task
Diffstat (limited to '')
-rw-r--r--c-user/task/directives.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index ce2013c..64b591d 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -86,9 +86,9 @@ identifier is returned in ``id``. This identifier is used to access the task
with other task related directives.
The **initial priority** of the task is specified in ``initial_priority``. The
-scheduler of the created task is the scheduler of the calling task at some
-point during the task creation. The initial task priority specified in
-``initial_priority`` shall be valid for this scheduler.
+:term:`home scheduler` of the created task is the home scheduler of the calling
+task at some time point during the task creation. The initial task priority
+specified in ``initial_priority`` shall be valid for this scheduler.
The **stack size** of the task is specified in ``stack_size``. If the
requested stack size is less than the configured minimum stack size, then RTEMS