From 22bb134c318365dbac664e46c193538c14bf3c42 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Aug 2006 01:56:09 +0000 Subject: [BZ #2843] 2006-08-12 Ulrich Drepper [BZ #2843] * pthread_join.c (pthread_join): Account for self being canceled when checking for deadlocks. * tst-join5.c: Cleanups. Allow to be used in tst-join6. (tf1): Don't print anything after pthread_join returns, this would be another cancellation point. (tf2): Likewise. * tst-join6.c: New file. * Makefile (tests): Add tst-join6. --- nptl/tst-join6.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nptl/tst-join6.c (limited to 'nptl/tst-join6.c') diff --git a/nptl/tst-join6.c b/nptl/tst-join6.c new file mode 100644 index 0000000000..0c9e7c056b --- /dev/null +++ b/nptl/tst-join6.c @@ -0,0 +1,2 @@ +#define WAIT_IN_CHILD 1 +#include "tst-join5.c" -- cgit 1.4.1