Changeset 2a766a0 in rtems
- Timestamp:
- 02/03/99 13:46:12 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 657be8f5
- Parents:
- 9e43ee5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/conf.t
r9e43ee5 r2a766a0 242 242 int maximum_condition_variables; 243 243 int maximum_keys; 244 int maximum_timers; 244 245 int maximum_queued_signals; 245 246 int number_of_initialization_tasks; … … 274 275 Maximum_Condition_Variables : Interfaces.C.Int; 275 276 Maximum_Keys : Interfaces.C.Int; 277 Maximum_Timers : Interfaces.C.Int; 276 278 Maximum_Queued_Signals : Interfaces.C.Int; 277 279 Number_Of_Initialization_Tasks : Interfaces.C.Int; … … 304 306 @item maximum_keys 305 307 is the maximum number of keys that can be concurrently active in the system. 308 309 @item maximum_keys 310 is the maximum number of POSIX timers that can be concurrently active 311 in the system. 306 312 307 313 @item maximum_queued_signals
Note: See TracChangeset
for help on using the changeset viewer.