]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added comment.
authorBart Van Assche <bvanassche@acm.org>
Sat, 28 Jun 2008 16:06:01 +0000 (16:06 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 28 Jun 2008 16:06:01 +0000 (16:06 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8299

exp-drd/tests/pth_inconsistent_cond_wait.c

index 0f8895abfbaaec0238c612d4976f814f955c5867..ad5df4e21b5fda11de5581e4aef4d44c691c4ec1 100644 (file)
@@ -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 <pthread.h>
 #include <semaphore.h>
 #include <unistd.h>