source: rtems-docs/posix_users/index.rst @ ed3794e

4.115
Last change on this file since ed3794e was d389819, checked in by Amar Takhar <amar@…>, on 01/18/16 at 05:37:40

Convert all Unicode to ASCII(128)

  • Property mode set to 100644
File size: 1.8 KB
Line 
1============================
2RTEMS POSIX API User's Guide
3============================
4
5COPYRIGHT (c) 1988 - 2015.
6
7On-Line Applications Research Corporation (OAR).
8
9The authors have used their best efforts in preparing
10this material.  These efforts include the development, research,
11and testing of the theories and programs to determine their
12effectiveness.  No warranty of any kind, expressed or implied,
13with regard to the software or the material contained in this
14document is provided.  No liability arising out of the
15application or use of any product described in this document is
16assumed.  The authors reserve the right to revise this material
17and to make changes from time to time in the content hereof
18without obligation to notify anyone of such revision or changes.
19
20The RTEMS Project is hosted at http://www.rtems.org.  Any
21inquiries concerning RTEMS, its related support components, or its
22documentation should be directed to the Community Project hosted athttp://www.rtems.org.
23
24Any inquiries for commercial services including training, support, custom
25development, application development assistance should be directed tohttp://www.rtems.com.
26
27.. COMMENT: This prevents a black box from being printed on "overflow" lines.
28
29.. COMMENT: The alternative is to rework a sentence to avoid this problem.
30
31
32Table of Contents
33-----------------
34
35.. toctree::
36
37        preface
38
39
40.. toctree::
41        :maxdepth: 3
42        :numbered:
43
44        process_creation_and_execution
45        signal
46        process_environment
47        files_and_directory
48        input_and_output
49        device_and_class_specific
50        language_specific_services
51        system_database
52        semaphore
53        mutex
54        condition_variable
55        memory_managment
56        scheduler
57        clock
58        timer
59        message_passing
60        thread
61        key
62        thread_cancellation
63        services_provided_by_c
64        services_provided_by_math
65        status_of_implementation
66        command
67
68
69*       :ref:`genindex`
70*       :ref:`search`
Note: See TracBrowser for help on using the repository browser.