Minor manual update.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10820
This commit is contained in:
Bart Van Assche 2009-08-15 13:31:41 +00:00
parent 80fdc5a9e9
commit fc81353aa2

View File

@ -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.
</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 @@ available macros and client requests are:
<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>