Changeset 1d799ad in rtems for testsuites/rhealstone/rhdeadlockbrk/deadlockbrk.c
- Timestamp:
- Jun 3, 2014, 8:24:55 AM (7 years ago)
- Branches:
- 4.11, 5, master
- Children:
- f6fc6359
- Parents:
- 8df1f408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/rhealstone/rhdeadlockbrk/deadlockbrk.c
r8df1f408 r1d799ad 8 8 #include <timesys.h> 9 9 10 const char rtems_test_name[] = "RHDEADLOCKBRK"; 11 10 12 #define BENCHMARKS 20000 11 13 … … 35 37 Print_Warning(); 36 38 37 puts( "*** START OF RHDEADLOCKBRK ***");39 TEST_BEGIN(); 38 40 39 41 sem_attr = RTEMS_INHERIT_PRIORITY | RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY; … … 142 144 tobtain_overhead 143 145 ); 144 puts( "*** END OF RHDEADLOCKBRK ***");146 TEST_END(); 145 147 rtems_test_exit( 0 ); 146 148 }
Note: See TracChangeset
for help on using the changeset viewer.