mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-06 05:42:11 +08:00
parent
a388de9416
commit
1fd339b391
15
c-user/config/ada.rst
Normal file
15
c-user/config/ada.rst
Normal file
@ -0,0 +1,15 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. _ConfigAda:
|
||||
|
||||
Ada Configuration
|
||||
=================
|
||||
|
||||
The GNU Ada runtime library (libgnarl) uses threads, mutexes, condition
|
||||
variables, and signals from the pthreads API. It uses also thread-local storage
|
||||
for the Ada Task Control Block (ATCB). From these resources only the threads
|
||||
need to be accounted for in the configuration. You should include the Ada tasks
|
||||
in your setting of the :ref:`CONFIGURE_MAXIMUM_POSIX_THREADS` configuration
|
||||
option.
|
@ -28,18 +28,7 @@ Configuring a System
|
||||
mpci
|
||||
libpci
|
||||
event-record
|
||||
|
||||
.. _ConfigAda:
|
||||
|
||||
Ada Configuration
|
||||
=================
|
||||
|
||||
The GNU Ada runtime library (libgnarl) uses threads, mutexes, condition
|
||||
variables, and signals from the pthreads API. It uses also thread-local storage
|
||||
for the Ada Task Control Block (ATCB). From these resources only the threads
|
||||
need to be accounted for in the configuration. You should include the Ada tasks
|
||||
in your setting of the :ref:`CONFIGURE_MAXIMUM_POSIX_THREADS` configuration
|
||||
option.
|
||||
ada
|
||||
|
||||
Obsolete Configuration Options
|
||||
==============================
|
||||
|
Loading…
x
Reference in New Issue
Block a user