aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/test/tspawnloop.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12libthread: run first thread in proc on system stackRuss Cox1-2/+2
For pthread systems that are fussy about which stack is used, this makes sure that threadmain runs on a system stack. If you only use proccreate (never threadcreate), all threads run on system stacks.
2005-01-04more testsrsc1-1/+1
2004-12-25New thread libraryrsc1-0/+41