From bfc32949b42041f7a292009217262fc48f318889 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 28 Jun 2008 16:06:01 +0000 Subject: [PATCH] Added comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8299 --- exp-drd/tests/pth_inconsistent_cond_wait.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exp-drd/tests/pth_inconsistent_cond_wait.c b/exp-drd/tests/pth_inconsistent_cond_wait.c index 0f8895abfb..ad5df4e21b 100644 --- a/exp-drd/tests/pth_inconsistent_cond_wait.c +++ b/exp-drd/tests/pth_inconsistent_cond_wait.c @@ -1,3 +1,10 @@ +/** Trigger two kinds of errors: once that condition variable s_cond is + * associated with two different mutexes (s_mutex1 and s_mutex2), and two + * times that pthread_cond_signal() is called without that the mutex + * associated with the condition variable is locked. + */ + + #include #include #include -- 2.47.2