From: Bart Van Assche Date: Sat, 28 Jun 2008 16:06:01 +0000 (+0000) Subject: Added comment. X-Git-Tag: svn/VALGRIND_3_4_0~415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc32949b42041f7a292009217262fc48f318889;p=thirdparty%2Fvalgrind.git Added comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8299 --- 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