mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 13:36:38 +08:00
c-user: Sort appl config options by name
This commit is contained in:
parent
2df6f90d4b
commit
d2d60c54e9
@ -319,6 +319,32 @@ DESCRIPTION:
|
|||||||
NOTES:
|
NOTES:
|
||||||
None.
|
None.
|
||||||
|
|
||||||
|
.. index:: CONFIGURE_SWAPOUT_WORKER_TASKS
|
||||||
|
|
||||||
|
.. _CONFIGURE_SWAPOUT_WORKER_TASKS:
|
||||||
|
|
||||||
|
CONFIGURE_SWAPOUT_WORKER_TASKS
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
CONSTANT:
|
||||||
|
``CONFIGURE_SWAPOUT_WORKER_TASKS``
|
||||||
|
|
||||||
|
OPTION TYPE:
|
||||||
|
This configuration option is an integer define.
|
||||||
|
|
||||||
|
DEFAULT VALUE:
|
||||||
|
The default value is 0.
|
||||||
|
|
||||||
|
VALUE CONSTRAINTS:
|
||||||
|
The value of this configuration option shall be greater than or equal to 0
|
||||||
|
and less than or equal to ``UINT32_MAX``.
|
||||||
|
|
||||||
|
DESCRIPTION:
|
||||||
|
The value of this configuration option defines the swapout worker task count.
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
None.
|
||||||
|
|
||||||
.. index:: CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY
|
.. index:: CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY
|
||||||
|
|
||||||
.. _CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY:
|
.. _CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY:
|
||||||
@ -345,29 +371,3 @@ DESCRIPTION:
|
|||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
None.
|
None.
|
||||||
|
|
||||||
.. index:: CONFIGURE_SWAPOUT_WORKER_TASKS
|
|
||||||
|
|
||||||
.. _CONFIGURE_SWAPOUT_WORKER_TASKS:
|
|
||||||
|
|
||||||
CONFIGURE_SWAPOUT_WORKER_TASKS
|
|
||||||
------------------------------
|
|
||||||
|
|
||||||
CONSTANT:
|
|
||||||
``CONFIGURE_SWAPOUT_WORKER_TASKS``
|
|
||||||
|
|
||||||
OPTION TYPE:
|
|
||||||
This configuration option is an integer define.
|
|
||||||
|
|
||||||
DEFAULT VALUE:
|
|
||||||
The default value is 0.
|
|
||||||
|
|
||||||
VALUE CONSTRAINTS:
|
|
||||||
The value of this configuration option shall be greater than or equal to 0
|
|
||||||
and less than or equal to ``UINT32_MAX``.
|
|
||||||
|
|
||||||
DESCRIPTION:
|
|
||||||
The value of this configuration option defines the swapout worker task count.
|
|
||||||
|
|
||||||
NOTES:
|
|
||||||
None.
|
|
||||||
|
@ -13,34 +13,6 @@ are only applicable if the configuration option :ref:`CONFIGURE_MP_APPLICATION`
|
|||||||
is defined. The multiprocessing (MPCI) support must not be confused with the
|
is defined. The multiprocessing (MPCI) support must not be confused with the
|
||||||
SMP support.
|
SMP support.
|
||||||
|
|
||||||
.. index:: CONFIGURE_MP_APPLICATION
|
|
||||||
|
|
||||||
.. _CONFIGURE_MP_APPLICATION:
|
|
||||||
|
|
||||||
CONFIGURE_MP_APPLICATION
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
CONSTANT:
|
|
||||||
``CONFIGURE_MP_APPLICATION``
|
|
||||||
|
|
||||||
OPTION TYPE:
|
|
||||||
This configuration option is a boolean feature define.
|
|
||||||
|
|
||||||
DEFAULT CONFIGURATION:
|
|
||||||
If this configuration option is undefined, then the multiprocessing services
|
|
||||||
are not initialized.
|
|
||||||
|
|
||||||
DESCRIPTION:
|
|
||||||
This configuration option is defined to indicate that the application intends
|
|
||||||
to be part of a multiprocessing configuration. Additional configuration
|
|
||||||
options are assumed to be provided.
|
|
||||||
|
|
||||||
NOTES:
|
|
||||||
This configuration option shall be undefined if the multiprocessing support
|
|
||||||
is not enabled (e.g. RTEMS was built without the ``--enable-multiprocessing``
|
|
||||||
build configuration option). Otherwise a compile time error in the
|
|
||||||
configuration file will occur.
|
|
||||||
|
|
||||||
.. index:: CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK
|
.. index:: CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK
|
||||||
|
|
||||||
.. _CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK:
|
.. _CONFIGURE_EXTRA_MPCI_RECEIVE_SERVER_STACK:
|
||||||
@ -78,6 +50,34 @@ NOTES:
|
|||||||
This configuration option is only evaluated if
|
This configuration option is only evaluated if
|
||||||
:ref:`CONFIGURE_MP_APPLICATION` is defined.
|
:ref:`CONFIGURE_MP_APPLICATION` is defined.
|
||||||
|
|
||||||
|
.. index:: CONFIGURE_MP_APPLICATION
|
||||||
|
|
||||||
|
.. _CONFIGURE_MP_APPLICATION:
|
||||||
|
|
||||||
|
CONFIGURE_MP_APPLICATION
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
CONSTANT:
|
||||||
|
``CONFIGURE_MP_APPLICATION``
|
||||||
|
|
||||||
|
OPTION TYPE:
|
||||||
|
This configuration option is a boolean feature define.
|
||||||
|
|
||||||
|
DEFAULT CONFIGURATION:
|
||||||
|
If this configuration option is undefined, then the multiprocessing services
|
||||||
|
are not initialized.
|
||||||
|
|
||||||
|
DESCRIPTION:
|
||||||
|
This configuration option is defined to indicate that the application intends
|
||||||
|
to be part of a multiprocessing configuration. Additional configuration
|
||||||
|
options are assumed to be provided.
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
This configuration option shall be undefined if the multiprocessing support
|
||||||
|
is not enabled (e.g. RTEMS was built without the ``--enable-multiprocessing``
|
||||||
|
build configuration option). Otherwise a compile time error in the
|
||||||
|
configuration file will occur.
|
||||||
|
|
||||||
.. index:: CONFIGURE_MP_MAXIMUM_GLOBAL_OBJECTS
|
.. index:: CONFIGURE_MP_MAXIMUM_GLOBAL_OBJECTS
|
||||||
|
|
||||||
.. _CONFIGURE_MP_MAXIMUM_GLOBAL_OBJECTS:
|
.. _CONFIGURE_MP_MAXIMUM_GLOBAL_OBJECTS:
|
||||||
|
@ -47,6 +47,31 @@ NOTES:
|
|||||||
|
|
||||||
* :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
|
* :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
|
||||||
|
|
||||||
|
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE
|
||||||
|
|
||||||
|
.. _CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE:
|
||||||
|
|
||||||
|
CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE
|
||||||
|
------------------------------------------------
|
||||||
|
|
||||||
|
CONSTANT:
|
||||||
|
``CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE``
|
||||||
|
|
||||||
|
OPTION TYPE:
|
||||||
|
This configuration option is a boolean feature define.
|
||||||
|
|
||||||
|
DEFAULT CONFIGURATION:
|
||||||
|
If this configuration option is undefined, then the described feature is not
|
||||||
|
enabled.
|
||||||
|
|
||||||
|
DESCRIPTION:
|
||||||
|
In case this configuration option is defined, then the system is informed
|
||||||
|
that the task stack allocator does not use the RTEMS Workspace.
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
This configuration option may be used if a custom task stack allocator is
|
||||||
|
configured, see :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`.
|
||||||
|
|
||||||
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
|
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
|
||||||
|
|
||||||
.. _CONFIGURE_TASK_STACK_ALLOCATOR_INIT:
|
.. _CONFIGURE_TASK_STACK_ALLOCATOR_INIT:
|
||||||
@ -146,28 +171,3 @@ DESCRIPTION:
|
|||||||
NOTES:
|
NOTES:
|
||||||
This configuration option may be used if a custom task stack allocator is
|
This configuration option may be used if a custom task stack allocator is
|
||||||
configured, see :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`.
|
configured, see :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`.
|
||||||
|
|
||||||
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE
|
|
||||||
|
|
||||||
.. _CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE:
|
|
||||||
|
|
||||||
CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE
|
|
||||||
------------------------------------------------
|
|
||||||
|
|
||||||
CONSTANT:
|
|
||||||
``CONFIGURE_TASK_STACK_ALLOCATOR_AVOIDS_WORK_SPACE``
|
|
||||||
|
|
||||||
OPTION TYPE:
|
|
||||||
This configuration option is a boolean feature define.
|
|
||||||
|
|
||||||
DEFAULT CONFIGURATION:
|
|
||||||
If this configuration option is undefined, then the described feature is not
|
|
||||||
enabled.
|
|
||||||
|
|
||||||
DESCRIPTION:
|
|
||||||
In case this configuration option is defined, then the system is informed
|
|
||||||
that the task stack allocator does not use the RTEMS Workspace.
|
|
||||||
|
|
||||||
NOTES:
|
|
||||||
This configuration option may be used if a custom task stack allocator is
|
|
||||||
configured, see :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user