forked from Imagelibrary/rtems
* 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.
8 lines
280 B
Plaintext
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 ***
|