[PATCH] c-user: Clarify scheduler of created task

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Mar 29 08:54:55 UTC 2022


---
 c-user/task/directives.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index ce2013c..708286f 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.
+scheduler of the created task is the :term:`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
-- 
2.34.1



More information about the devel mailing list