#4453 closed enhancement (fixed)

Global vs Local Attribute Unclear for SMP/Distributed MP

Reported by: Joel Sherrill Owned by: Joel Sherrill
Priority: normal Milestone: 6.1
Component: doc Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The description for global vs local attributes on objects do not make it clear whether they apply to SMP or distributed multiprocessing configuration. This applies to at least the rtems_task_create description but likely needs to be addressed in the description in every create with global/local and in the SMP section.

Change History (3)

comment:1 Changed on 06/10/21 at 13:28:04 by Sebastian Huber

In the rtems_task_create() description we have:

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.

Maybe we should add local scope and global scope glossary terms. Maybe we should replace scope with something more specific.

Last edited on 06/10/21 at 13:28:29 by Sebastian Huber (previous) (diff)

comment:2 Changed on 11/29/22 at 23:43:13 by Chris Johns

Owner: set to Joel Sherrill
Status: newassigned

comment:3 Changed on 12/07/22 at 18:22:01 by Joel Sherrill <joel@…>

Resolution: fixed
Status: assignedclosed

In 32de9ff/rtems-docs:

c-user: Add Local vs Global to Key Concepts Chapter

Add multiple new index entries and cite them where RTEMS_LOCAL
and RTEMS_GLOBAL are cited.

Closes #4453.

Note: See TracTickets for help on using tickets.