Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Initial Version and Version 1 of Ticket #4453, comment 1


Ignore:
Timestamp:
06/10/21 13:28:29 (3 years ago)
Author:
Sebastian Huber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4453, comment 1

    initial v1  
    11In the rtems_task_create() description we have:
    22
    3 {{{
    4 The task has a local or global scope in a multiprocessing network (this attribute does not refer to SMP systems). The scope is selected by the mutually exclusive RTEMS_LOCAL and RTEMS_GLOBAL attributes.
    5 }}}
     3  The task has a local or global scope in a multiprocessing network (this attribute does not refer to SMP systems). The scope is selected by the mutually exclusive RTEMS_LOCAL and RTEMS_GLOBAL attributes.
    64
    75Maybe we should add `local scope` and `global scope` glossary terms. Maybe we should replace `scope` with something more specific.