Changeset d9fe8e2 in rtems
- Timestamp:
- Oct 9, 1997, 8:21:43 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff8b7b
- Parents:
- f00108f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/libtests/rtems++/System.h
rf00108f rd9fe8e2 93 93 }; 94 94 95 #if def095 #if 0 96 96 97 97 // -
c/src/tests/libtests/rtems++/Task1.cc
rf00108f rd9fe8e2 626 626 printf("%s - message b1 size incorrect, size=%i\n", name_string(), size); 627 627 628 // wait for task 3_1, and 3_2 to complete their timeout tests, will start these after629 // getting the broadcast message628 // wait for task 3_1, and 3_2 to complete their timeout tests, will 629 // start these after getting the broadcast message 630 630 wake_after(7000000); 631 631 … … 675 675 } 676 676 677 void EndTask::body(rtems_task_argument 677 void EndTask::body(rtems_task_argument) 678 678 { 679 679 printf("*** END OF RTEMS++ TEST ***\n"); -
testsuites/libtests/rtems++/System.h
rf00108f rd9fe8e2 93 93 }; 94 94 95 #if def095 #if 0 96 96 97 97 // -
testsuites/libtests/rtems++/Task1.cc
rf00108f rd9fe8e2 626 626 printf("%s - message b1 size incorrect, size=%i\n", name_string(), size); 627 627 628 // wait for task 3_1, and 3_2 to complete their timeout tests, will start these after629 // getting the broadcast message628 // wait for task 3_1, and 3_2 to complete their timeout tests, will 629 // start these after getting the broadcast message 630 630 wake_after(7000000); 631 631 … … 675 675 } 676 676 677 void EndTask::body(rtems_task_argument 677 void EndTask::body(rtems_task_argument) 678 678 { 679 679 printf("*** END OF RTEMS++ TEST ***\n");
Note: See TracChangeset
for help on using the changeset viewer.