aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-exit3.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-26nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer1-4/+6
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-10Update.cvs/fedora-glibc-20041110T0839Ulrich Drepper1-0/+81
2004-11-10 Jakub Jelinek <jakub@redhat.com> * Makefile (tests): Add tst-exit3. * tst-exit3.c: New test.