From: Bart Van Assche Date: Wed, 17 Dec 2008 19:10:06 +0000 (+0000) Subject: Added a paragraph about the Boost.Thread library. X-Git-Tag: svn/VALGRIND_3_4_0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d166694b6746d1ca14ae5fc686a509101093abb;p=thirdparty%2Fvalgrind.git Added a paragraph about the Boost.Thread library. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8833 --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index 56e13c72b5..96a022f2d3 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -903,7 +903,7 @@ before Valgrind's header files are present. -Debugging GNOME Programs With DRD +Debugging GNOME Programs GNOME applications use the threading primitives provided by the @@ -933,7 +933,7 @@ Reference Manual for more information. -Debugging Qt Programs With DRD +Debugging Qt Programs The Qt library is the GUI library used by the KDE project. Currently @@ -960,8 +960,42 @@ of data races will be reported on data protected via + +Debugging Boost.Thread Programs + + +The Boost.Thread library the threading library included with the +cross-platform Boost Libraries. This threading library is an +implementation of the draft C++0x threading library. Applications +that use the Boost.Thread library should run fine under DRD. + + + +More information about Boost.Thread can be found here: + + + + Anthony Williams, Boost.Thread + Library Documentation, Boost website, 2007. + + + + + Anthony Williams, What's New in Boost + Threads?, Recent changes to the Boost Thread library, + Dr. Dobbs Magazine, October 2008. + + + + + + + + -Debugging OpenMP Programs With DRD +Debugging OpenMP Programs OpenMP stands for Open Multi-Processing. The