summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxmsgq01/system.h
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-12-23 22:12:15 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-12-23 22:12:15 +0000
commit6eb3e68012ca2eba5115097c4073d9c15ac122d9 (patch)
tree54cbcbdb03bafdabd9d135359cb377bab5ad0cc2 /c/src/tests/psxtests/psxmsgq01/system.h
parent+ Added routine to remove from namespace. (diff)
downloadrtems-6eb3e68012ca2eba5115097c4073d9c15ac122d9.tar.bz2
+ Tests added for mq_open, mq_close, and mq_unlink
Diffstat (limited to 'c/src/tests/psxtests/psxmsgq01/system.h')
-rw-r--r--c/src/tests/psxtests/psxmsgq01/system.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/c/src/tests/psxtests/psxmsgq01/system.h b/c/src/tests/psxtests/psxmsgq01/system.h
index e41fceb2af..c5d04b5aa2 100644
--- a/c/src/tests/psxtests/psxmsgq01/system.h
+++ b/c/src/tests/psxtests/psxmsgq01/system.h
@@ -38,18 +38,17 @@ void *Task_1_through_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
-#define CONFIGURE_MAXIMUM_POSIX_THREADS 2
+#define CONFIGURE_MAXIMUM_POSIX_THREADS 2
+#define CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES 10
+
+#define CONFIGURE_POSIX_INIT_THREAD_TABLE
+#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE \
+ (RTEMS_MINIMUM_STACK_SIZE * 4)
#include <confdefs.h>
/* global variables */
-#ifdef CONFIGURE_INIT
-#define TEST_EXTERN
-#else
-#define TEST_EXTERN extern
-#endif
-
TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;