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