2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am, configure.ac: Add test case for user providing their own
	stack to a POSIX thread.
	* psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
	psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
This commit is contained in:
Joel Sherrill
2009-08-07 00:42:47 +00:00
parent 248db2171f
commit c05f201080
8 changed files with 167 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
*** POSIX STACK ATTRIBUTE TEST 01 ***
Init - Allocate stack from heap
Init - Initialize thread attribute for user provided stack
Init - let other thread run
Test_Thread - running on user provided stack - OK
Test_Thread - delete self
*** END OF POSIX STACK ATTRIBUTE TEST 01 ***