summaryrefslogtreecommitdiff
path: root/nptl/tst-exit2.c
AgeCommit message (Collapse)Author
2016-08-26nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer
Before this change, several tests did not detect early deadlocks because they used SIGALRM as the expected signal, and they ran for the full default TIMEOUT seconds. This commit adds a new delayed_exit function to the test skeleton, along with several error-checking wrappers to pthread functions. Additional error checking is introduced into several tests.
2004-11-09Update.Ulrich Drepper
2004-11-09 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-exit2. * tst-exit2.c: New file.