mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 18:27:18 +08:00
c-user: Clarify scheduler of created task
This commit is contained in:
parent
c0d6983483
commit
0e200f3c9e
@ -86,9 +86,9 @@ identifier is returned in ``id``. This identifier is used to access the task
|
|||||||
with other task related directives.
|
with other task related directives.
|
||||||
|
|
||||||
The **initial priority** of the task is specified in ``initial_priority``. The
|
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
|
:term:`home scheduler` of the created task is the home scheduler of the calling
|
||||||
point during the task creation. The initial task priority specified in
|
task at some time point during the task creation. The initial task priority
|
||||||
``initial_priority`` shall be valid for this scheduler.
|
specified in ``initial_priority`` shall be valid for this scheduler.
|
||||||
|
|
||||||
The **stack size** of the task is specified in ``stack_size``. If the
|
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
|
requested stack size is less than the configured minimum stack size, then RTEMS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user