Files
rtems/testsuites/psxtests/psxstack02/psxstack02.scn
Joel Sherrill 6baf5a5bc3 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
	psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
	pthread_attr_setstack, pthread_attr_getguardsize, and
	pthread_attr_setguardsize.
	* psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
	psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
2010-10-04 15:53:45 +00:00

8 lines
280 B
Plaintext

*** POSIX STACK ATTRIBUTE TEST 02 ***
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 02 ***