Changeset 6bcceb8 in rtems
- Timestamp:
- Apr 9, 1997, 9:00:33 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 18e5d86
- Parents:
- 61a183a9
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/libtests/cpuuse/init.c
r61a183a9 r6bcceb8 68 68 RTEMS_MINIMUM_STACK_SIZE * 2, 69 69 RTEMS_TIMESLICE, 70 RTEMS_ DEFAULT_ATTRIBUTES,70 RTEMS_FLOATING_POINT, 71 71 &Task_id[ 1 ] 72 72 ); … … 78 78 RTEMS_MINIMUM_STACK_SIZE * 2, 79 79 RTEMS_TIMESLICE, 80 RTEMS_ DEFAULT_ATTRIBUTES,80 RTEMS_FLOATING_POINT, 81 81 &Task_id[ 2 ] 82 82 ); … … 88 88 RTEMS_MINIMUM_STACK_SIZE * 2, 89 89 RTEMS_TIMESLICE, 90 RTEMS_ DEFAULT_ATTRIBUTES,90 RTEMS_FLOATING_POINT, 91 91 &Task_id[ 3 ] 92 92 ); -
c/src/tests/libtests/cpuuse/system.h
r61a183a9 r6bcceb8 50 50 #define CONFIGURE_TICKS_PER_TIMESLICE 100 51 51 52 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 53 52 54 #include <confdefs.h> 53 55 -
c/src/tests/libtests/rtmonuse/init.c
r61a183a9 r6bcceb8 50 50 RTEMS_MINIMUM_STACK_SIZE * 4, 51 51 RTEMS_DEFAULT_MODES, 52 RTEMS_DEFAULT_ATTRIBUTES,52 (index == 5) ? RTEMS_FLOATING_POINT : RTEMS_DEFAULT_ATTRIBUTES, 53 53 &Task_id[ index ] 54 54 ); -
c/src/tests/libtests/rtmonuse/system.h
r61a183a9 r6bcceb8 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * system.h,v 1.6 1995/12/19 20:21:12 joel Exp14 * $Id$ 15 15 */ 16 16 … … 46 46 #define CONFIGURE_MAXIMUM_PERIODS 10 47 47 48 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 49 48 50 #include <confdefs.h> 49 51 -
testsuites/libtests/cpuuse/init.c
r61a183a9 r6bcceb8 68 68 RTEMS_MINIMUM_STACK_SIZE * 2, 69 69 RTEMS_TIMESLICE, 70 RTEMS_ DEFAULT_ATTRIBUTES,70 RTEMS_FLOATING_POINT, 71 71 &Task_id[ 1 ] 72 72 ); … … 78 78 RTEMS_MINIMUM_STACK_SIZE * 2, 79 79 RTEMS_TIMESLICE, 80 RTEMS_ DEFAULT_ATTRIBUTES,80 RTEMS_FLOATING_POINT, 81 81 &Task_id[ 2 ] 82 82 ); … … 88 88 RTEMS_MINIMUM_STACK_SIZE * 2, 89 89 RTEMS_TIMESLICE, 90 RTEMS_ DEFAULT_ATTRIBUTES,90 RTEMS_FLOATING_POINT, 91 91 &Task_id[ 3 ] 92 92 ); -
testsuites/libtests/cpuuse/system.h
r61a183a9 r6bcceb8 50 50 #define CONFIGURE_TICKS_PER_TIMESLICE 100 51 51 52 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 53 52 54 #include <confdefs.h> 53 55 -
testsuites/libtests/rtmonuse/init.c
r61a183a9 r6bcceb8 50 50 RTEMS_MINIMUM_STACK_SIZE * 4, 51 51 RTEMS_DEFAULT_MODES, 52 RTEMS_DEFAULT_ATTRIBUTES,52 (index == 5) ? RTEMS_FLOATING_POINT : RTEMS_DEFAULT_ATTRIBUTES, 53 53 &Task_id[ index ] 54 54 ); -
testsuites/libtests/rtmonuse/system.h
r61a183a9 r6bcceb8 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * system.h,v 1.6 1995/12/19 20:21:12 joel Exp14 * $Id$ 15 15 */ 16 16 … … 46 46 #define CONFIGURE_MAXIMUM_PERIODS 10 47 47 48 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 49 48 50 #include <confdefs.h> 49 51
Note: See TracChangeset
for help on using the changeset viewer.