xreflabel="Racy use of pthread_cond_wait()"
>
<title>Racy use of pthread_cond_wait()</title>
+<!--
<tgroup cols='2' align='left' colsep='1' rowsep='1'>
<colspec colname='thread1'/>
<colspec colname='thread2'/>
</row>
</tbody>
</tgroup>
+-->
</table>
<table
xreflabel="Correct use of pthread_cond_wait()"
>
<title>Correct use of pthread_cond_wait()</title>
+<!--
<tgroup cols='2' align='left' colsep='1' rowsep='1'>
<colspec colname='thread1'/>
<colspec colname='thread2'/>
</row>
</tbody>
</tgroup>
+-->
</table>
</sect2>
supported, and there are known problems with multithreading support in
Qt3. As an example, using QString objects in more than one thread will
trigger race reports (this has been confirmed by Trolltech -- see also
-Trolltech task <ulink
+Trolltech task (bug report) number 206152.
+<!--
+ <ulink
url="http://trolltech.com/developer/task-tracker/index_html?id=206152&method=entry">#206152</ulink>).
+-->
</para>
<para>