Changeset 4b374f36 in rtems for testsuites/mptests/mp13
- Timestamp:
- 08/17/95 19:36:43 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b438fa
- Parents:
- 556fb911
- Location:
- testsuites/mptests/mp13
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/mptests/mp13/init.c
r556fb911 r4b374f36 20 20 * notice must appear in all copies of this file and its derivatives. 21 21 * 22 * $Id$22 * init.c,v 1.2 1995/05/31 17:04:29 joel Exp 23 23 */ 24 24 … … 52 52 Queue_name[ 1 ], 53 53 3, 54 RTEMS_GLOBAL|RTEMS_LIMIT, 54 16, 55 RTEMS_GLOBAL, 55 56 &Queue_id[ 1 ] 56 57 ); -
testsuites/mptests/mp13/system.h
r556fb911 r4b374f36 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * $Id$14 * system.h,v 1.2 1995/05/31 17:04:31 joel Exp 15 15 */ 16 16 17 #include <rtems.h> 18 #include "tmacros.h" 17 #include <tmacros.h> 19 18 20 19 /* Miscellaneous */ -
testsuites/mptests/mp13/task1.c
r556fb911 r4b374f36 18 18 * notice must appear in all copies of this file and its derivatives. 19 19 * 20 * $Id$20 * task1.c,v 1.2 1995/05/31 17:04:33 joel Exp 21 21 */ 22 22 … … 28 28 { 29 29 char receive_buffer[16]; 30 rtems_unsigned32 size; 30 31 rtems_status_code status; 31 32 … … 45 46 Queue_id[ 1 ], 46 47 (long (*)[4])receive_buffer, 48 &size, 47 49 RTEMS_DEFAULT_OPTIONS, 48 50 RTEMS_NO_TIMEOUT … … 59 61 Queue_id[ 1 ], 60 62 (long (*)[4])receive_buffer, 63 &size, 61 64 RTEMS_DEFAULT_OPTIONS, 62 65 2 * TICKS_PER_SECOND
Note: See TracChangeset
for help on using the changeset viewer.