source: rtems-docs/posix_users/index.rst @ 36def91

4.115
Last change on this file since 36def91 was 489740f, checked in by Chris Johns <chrisj@…>, on 05/20/16 at 02:47:09

Set SPDX License Identifier in each source file.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3============================
4RTEMS POSIX API User's Guide
5============================
6
7RTEMS POSIX API User's Guide
8----------------------------
9
10 | COPYRIGHT (c) 1988 - 2015.
11 | On-Line Applications Research Corporation (OAR).
12
13The authors have used their best efforts in preparing this material.  These
14efforts include the development, research, and testing of the theories and
15programs to determine their effectiveness.  No warranty of any kind, expressed
16or implied, with regard to the software or the material contained in this
17document is provided.  No liability arising out of the application or use of
18any product described in this document is assumed.  The authors reserve the
19right to revise this material and to make changes from time to time in the
20content hereof without obligation to notify anyone of such revision or changes.
21
22The RTEMS Project is hosted at http://www.rtems.org/.  Any inquiries concerning
23RTEMS, its related support components, or its documentation should be directed
24to the Community Project hosted at http://www.rtems.org/.
25
26.. topic:: RTEMS Online Resources
27
28  ================  =============================
29  Home              https://www.rtems.org/
30  Developers        https://devel.rtems.org/
31  Documentation     https://docs.rtems.org/
32  Bug Reporting     https://devel.rtems.org/query
33  Mailing Lists     https://lists.rtems.org/
34  Git Repositories  https://git.rtems.org/
35  ================  =============================
36
37.. toctree::
38        :maxdepth: 3
39        :numbered:
40
41        preface
42        process_creation_and_execution
43        signal
44        process_environment
45        files_and_directory
46        input_and_output
47        device_and_class_specific
48        language_specific_services
49        system_database
50        semaphore
51        mutex
52        condition_variable
53        memory_managment
54        scheduler
55        clock
56        timer
57        message_passing
58        thread
59        key
60        thread_cancellation
61        services_provided_by_c
62        services_provided_by_math
63        status_of_implementation
64        command
65
66*       :ref:`genindex`
67*       :ref:`search`
Note: See TracBrowser for help on using the repository browser.