summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 21:46:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 21:46:40 +0000
commit76de65b3715ff4f953faa0beda6f5e1d66a0ff0c (patch)
treee4e2006c3982c713922679fde8306c48d2e322e9 /testsuites/psxtests/psx07/system.h
parentadded test to complete coverage of pthread_setschedparam and increase (diff)
downloadrtems-76de65b3715ff4f953faa0beda6f5e1d66a0ff0c.tar.bz2
added cases to increase coverage of pthread_create. cases added tested
error paths as well as inherit scheduling attributes.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx07/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx07/system.h b/testsuites/psxtests/psx07/system.h
index 893310ec67..fab0c2c822 100644
--- a/testsuites/psxtests/psx07/system.h
+++ b/testsuites/psxtests/psx07/system.h
@@ -22,6 +22,10 @@ void *POSIX_Init(
void *argument
);
+void *Task_1(
+ void *argument
+);
+
/* configuration information */
#define CONFIGURE_SPTEST
@@ -42,5 +46,6 @@ void *POSIX_Init(
#endif
TEST_EXTERN pthread_t Init_id;
+TEST_EXTERN pthread_t Task_id;
/* end of include file */