summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/pthread_specific (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the REGRESS_MAXTIME feature from regress framework. Thebluhm2019-05-141-3/+1
| | | | | | | timeout based on CPU seconds is pretty useless, most hanging tests sleep and do not spin. The timeout could not be distinguished from failure. Only 3 tests used it. OK anton@ schwarze@ cheloha@ otto@
* Use a bigger timeout, otherwise this test fails on some (not really) slowerkettenis2013-12-221-1/+3
| | | | hardware.
* This test needs a large nprocs ulimit, so just have it raise its ownguenther2012-02-201-1/+8
|
* various cleanups; david says results are samederaadt2003-07-311-4/+4
|
* write output to stdout instead of fprintf to stderr. This brings itmarc2002-06-161-3/+3
| | | | in line with all of the other pthread regression tests.
* test pthread_key_create(), pthread_key_delete(), pthread_getspecific()wcobb2002-05-032-0/+92
and pthread_setspecific(). ok fgsch@.