Changeset e22e308 in rtems
- Timestamp:
- 05/19/00 19:06:24 (23 years ago)
- Children:
- 9f2e6c6
- Parents:
- 6174e27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/sptests/sp28/init.c
r6174e27 re22e308 82 82 rtems_task_wake_after (0); 83 83 printf ("Task variables test complete.\n"); 84 puts ("*** END OF TEST SP28 ***" ); 84 85 exit (0); 85 86 } … … 93 94 sc = rtems_task_create (rtems_build_name ('S', 'R', 'V', arg + 'A'), 94 95 100, 95 10000,96 RTEMS_MINIMUM_STACK_SIZE, 96 97 RTEMS_PREEMPT|RTEMS_NO_TIMESLICE|RTEMS_NO_ASR|RTEMS_INTERRUPT_LEVEL(0), 97 98 RTEMS_NO_FLOATING_POINT|RTEMS_LOCAL, … … 111 112 Init (rtems_task_argument ignored) 112 113 { 113 printf ("Task variables test begins. Any output between\n"); 114 printf ("this line and the `Task variables test complete' line indicates an error.\n"); 114 115 puts ("*** START OF TEST SP28 ***" ); 116 puts ("Task variables test begins. Any output between\n"); 117 puts ("this line and the `Task variables test complete' line indicates an error.\n"); 115 118 starttask (1); 116 119 starttask (2);
Note: See TracChangeset
for help on using the changeset viewer.