summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/pthread_specific/pthread_specific.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-031-0/+87
and pthread_setspecific(). ok fgsch@.