Changeset 2a766a0 in rtems


Ignore:
Timestamp:
02/03/99 13:46:12 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
657be8f5
Parents:
9e43ee5
Message:

Added POSIX timers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/conf.t

    r9e43ee5 r2a766a0  
    242242  int                                 maximum_condition_variables;
    243243  int                                 maximum_keys;
     244  int                                 maximum_timers;
    244245  int                                 maximum_queued_signals;
    245246  int                                 number_of_initialization_tasks;
     
    274275         Maximum_Condition_Variables     : Interfaces.C.Int;
    275276         Maximum_Keys                    : Interfaces.C.Int;
     277         Maximum_Timers                  : Interfaces.C.Int;
    276278         Maximum_Queued_Signals          : Interfaces.C.Int;
    277279         Number_Of_Initialization_Tasks  : Interfaces.C.Int;
     
    304306@item maximum_keys
    305307is the maximum number of keys that can be concurrently active in the system.
     308
     309@item maximum_keys
     310is the maximum number of POSIX timers that can be concurrently active
     311in the system.
    306312
    307313@item maximum_queued_signals
Note: See TracChangeset for help on using the changeset viewer.