|
From: <sv...@va...> - 2009-08-15 13:51:23
|
Author: bart
Date: 2009-08-15 14:31:41 +0100 (Sat, 15 Aug 2009)
New Revision: 10820
Log:
Minor manual update.
Modified:
trunk/drd/docs/drd-manual.xml
Modified: trunk/drd/docs/drd-manual.xml
===================================================================
--- trunk/drd/docs/drd-manual.xml 2009-08-15 10:50:35 UTC (rev 10819)
+++ trunk/drd/docs/drd-manual.xml 2009-08-15 13:31:41 UTC (rev 10820)
@@ -853,6 +853,12 @@
reader-writer synchronization objects that were locked by that thread.
</para>
</listitem>
+ <listitem>
+ <para>
+ Passing an invalid thread ID to <function>pthread_join</function>
+ or <function>pthread_cancel</function>.
+ </para>
+ </listitem>
</itemizedlist>
</para>
@@ -1087,7 +1093,12 @@
<para>
For an example of how to use the annotations for user-defined reader-writer
synchronization objects, see
-also <literal>drd/tests/annotate_rwlock.c</literal>.
+also the source file <literal>drd/tests/annotate_rwlock.c</literal> in the
+Valgrind source archive. And an example of how to
+use the <literal>ANNOTATE_HAPPENS_BEFORE</literal> and
+the <literal>ANNOTATE_HAPPENS_AFTER</literal> annotations can be found
+in the source code of the <ulink url="http://code.google.com/chromium/">Chromium</ulink>
+web browser.
</para>
<para>
|