summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/switch/switch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In general I like verbose tests as output makes debugging easier.bluhm2018-05-211-32/+23
| | | | | | | But this one just fills the log file by writing characters from the running threads. Pipe stdout to wc to show performance. Run test multiple times with various number of threads and print cpu time. Replace atoi(3) with strtonum(3). Fix white spaces.
* Use getopt(3) correctly.miod2003-12-231-8/+4
|
* various cleanups; david says results are samederaadt2003-07-311-8/+6
|
* reduce the amount of output on this test so you can see when thingsmarc2002-10-121-7/+9
| | | | go wrong. Remove dead code.
* write newline before successful test completionmarc2002-06-161-1/+2
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-151-0/+130
Thanks to pval@ for resolving the license stuff.