source: rtems-docs/c-user/config/ada.rst @ 1fd339b

5
Last change on this file since 1fd339b was 1fd339b, checked in by Sebastian Huber <sebastian.huber@…>, on 03/09/20 at 07:58:58

c-user: Move "Ada Configuration"

Update #3836.

  • Property mode set to 100644
File size: 568 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
4
5.. _ConfigAda:
6
7Ada Configuration
8=================
9
10The GNU Ada runtime library (libgnarl) uses threads, mutexes, condition
11variables, and signals from the pthreads API.  It uses also thread-local storage
12for the Ada Task Control Block (ATCB).  From these resources only the threads
13need to be accounted for in the configuration.  You should include the Ada tasks
14in your setting of the :ref:`CONFIGURE_MAXIMUM_POSIX_THREADS` configuration
15option.
Note: See TracBrowser for help on using the repository browser.