summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey03/psxkey03.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-2/+5
| | | | | | | Formerly POSIX keys were only enabled when POSIX threads were enabled. Because they are a truly safe alternative to per-task variables in an SMP system, they are being enabled in all configurations.
* 2009-07-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-301-0/+15
* Makefile.am, configure.ac: Add new test to account for properly handling keys when a thread has non-NULL key value and key has NULL destructor and when a thread has NULL key value and key has destructor. * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c, psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.