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
pthreadloop.c
rdaemon.c
tcontext.c
tdaemon.c
texit.c
thello.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
tprimes.c
tspawn.c
tspawnloop.c libthread: run first thread in proc on system stack 2020-01-12 15:08:28 -05:00