about summary refs log tree commit diff
path: root/nptl/tst-exit3.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer2016-08-261-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.
* Update. cvs/fedora-glibc-20041110T0839Ulrich Drepper2004-11-101-0/+81
2004-11-10 Jakub Jelinek <jakub@redhat.com> * Makefile (tests): Add tst-exit3. * tst-exit3.c: New test.