plan9port/src/libthread/test
Russ Cox 0158bceec7 libthread: run first thread in proc on system stack
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.
2020-01-12 15:08:28 -05:00
..
mkfile add threaddaemonize(), more bug fixes 2004-12-28 01:35:38 +00:00
pthreadloop.c New thread library 2004-12-25 21:56:33 +00:00
rdaemon.c more tests 2005-01-04 22:15:53 +00:00
tcontext.c darwin 386 start 2006-04-21 03:34:44 +00:00
tdaemon.c more tests 2005-01-04 22:15:53 +00:00
texit.c more tests 2005-01-04 22:15:53 +00:00
thello.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
tprimes.c build: OS X 64-bit build 2011-08-02 14:28:04 -04:00
tspawn.c New thread library 2004-12-25 21:56:33 +00:00
tspawnloop.c libthread: run first thread in proc on system stack 2020-01-12 15:08:28 -05:00