summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx08/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:41:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:41:34 +0000
commit7d9632183419c75b6606cf5d7da429a1279c6493 (patch)
tree4b2a053915155d5deb85662bdba6ea4ed970f253 /c/src/tests/psxtests/psx08/system.h
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug (diff)
downloadrtems-7d9632183419c75b6606cf5d7da429a1279c6493.tar.bz2
Modifications necessary to support testing of exitting a pthread from
Charles-Antione Gauthier <charles.gauthier@iit.nrc.ca>.
Diffstat (limited to 'c/src/tests/psxtests/psx08/system.h')
-rw-r--r--c/src/tests/psxtests/psx08/system.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psx08/system.h b/c/src/tests/psxtests/psx08/system.h
index 18c0c49f35..46819ad59b 100644
--- a/c/src/tests/psxtests/psx08/system.h
+++ b/c/src/tests/psxtests/psx08/system.h
@@ -30,6 +30,10 @@ void *Task_2(
void *argument
);
+void *Task_3(
+ void *argument
+);
+
/* configuration information */
#define CONFIGURE_SPTEST
@@ -50,7 +54,8 @@ void *Task_2(
#endif
TEST_EXTERN pthread_t Init_id;
-TEST_EXTERN pthread_t Task_id;
+TEST_EXTERN pthread_t Task1_id;
TEST_EXTERN pthread_t Task2_id;
+TEST_EXTERN pthread_t Task3_id;
/* end of include file */