summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 21:58:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 21:58:26 +0000
commit79f189e26c0e8daa2220a63915b1da0a8e9a34fe (patch)
treecfd661d463c0966ed11ca8340c9b042531c7758e /testsuites/psxtests/psx05/system.h
parentadded cases to increase coverage of pthread_create. cases added tested (diff)
downloadrtems-79f189e26c0e8daa2220a63915b1da0a8e9a34fe.tar.bz2
split test into multiple tasks.
Diffstat (limited to 'testsuites/psxtests/psx05/system.h')
-rw-r--r--testsuites/psxtests/psx05/system.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx05/system.h b/testsuites/psxtests/psx05/system.h
index 3751a76ce7..c34b157da1 100644
--- a/testsuites/psxtests/psx05/system.h
+++ b/testsuites/psxtests/psx05/system.h
@@ -22,7 +22,15 @@ void *POSIX_Init(
void *argument
);
-void *Task_1_through_3(
+void *Task_1(
+ void *argument
+);
+
+void *Task_2(
+ void *argument
+);
+
+void *Task_3(
void *argument
);
@@ -49,6 +57,9 @@ void *Task_1_through_3(
TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;
+TEST_EXTERN pthread_t Task2_id;
+TEST_EXTERN pthread_t Task3_id;
TEST_EXTERN pthread_mutex_t Mutex_id;
+TEST_EXTERN pthread_mutex_t Mutex2_id;
/* end of include file */