aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/test
Commit message (Collapse)AuthorAgeFilesLines
* libthread: run first thread in proc on system stackRuss Cox2020-01-121-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.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* build: OS X 64-bit buildRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4838047
* darwin 386 startrsc2006-04-212-0/+37
|
* more testsrsc2005-01-045-3/+130
|
* new test programrsc2004-12-281-0/+11
|
* add threaddaemonize(), more bug fixesrsc2004-12-281-1/+1
|
* starting to work on Linuxrsc2004-12-271-0/+8
|
* start linux pre-2.6 portrsc2004-12-271-0/+1
|
* New thread libraryrsc2004-12-254-0/+198