[rtems-docs commit] c-user: Fix task create notes

Sebastian Huber sebh at rtems.org
Thu Sep 14 08:53:11 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    56cccd67f69704213015621b9d414f258673b444
Changeset: http://git.rtems.org/rtems-docs/commit/?id=56cccd67f69704213015621b9d414f258673b444

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 14 10:52:44 2017 +0200

c-user: Fix task create notes

---

 c-user/task_manager.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/c-user/task_manager.rst b/c-user/task_manager.rst
index 65f2468..426a91f 100644
--- a/c-user/task_manager.rst
+++ b/c-user/task_manager.rst
@@ -644,9 +644,13 @@ DESCRIPTION:
     ``rtems_task_start``.
 
 NOTES:
-    This directive will not cause the calling task to be preempted.
+    This directive may cause the calling task to be preempted.
 
-    Valid task priorities range from a high of 1 to a low of 255.
+    The scheduler of the new task is the scheduler of the executing task at
+    some point during the task creation.  The specified task priority must be
+    valid for the selected scheduler.
+
+    The task processor affinity is initialized to the set of online processors.
 
     If the requested stack size is less than the configured minimum stack size,
     then RTEMS will use the configured minimum as the stack size for this task.




More information about the vc mailing list