From: Bart Van Assche Date: Sat, 15 Aug 2009 13:31:41 +0000 (+0000) Subject: Minor manual update. X-Git-Tag: svn/VALGRIND_3_5_0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc81353aa22d9a5d5ef4f502280f6be2da8f1bc6;p=thirdparty%2Fvalgrind.git Minor manual update. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10820 --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index 1210192ed3..318a750b12 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -853,6 +853,12 @@ output reports that the lock acquired at line 51 in source file reader-writer synchronization objects that were locked by that thread. + + + Passing an invalid thread ID to pthread_join + or pthread_cancel. + + @@ -1087,7 +1093,12 @@ available macros and client requests are: For an example of how to use the annotations for user-defined reader-writer synchronization objects, see -also drd/tests/annotate_rwlock.c. +also the source file drd/tests/annotate_rwlock.c in the +Valgrind source archive. And an example of how to +use the ANNOTATE_HAPPENS_BEFORE and +the ANNOTATE_HAPPENS_AFTER annotations can be found +in the source code of the Chromium +web browser.