Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-12 | libthread: run first thread in proc on system stack | Russ Cox | 1 | -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-04 | more tests | rsc | 1 | -1/+1 | |
2004-12-25 | New thread library | rsc | 1 | -0/+41 | |