From: Bart Van Assche Date: Mon, 31 Mar 2008 17:47:37 +0000 (+0000) Subject: Updated. X-Git-Tag: svn/VALGRIND_3_4_0~769 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc86544c376eb1265cc41597d6b1125247827749;p=thirdparty%2Fvalgrind.git Updated. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7826 --- diff --git a/exp-drd/docs/README.txt b/exp-drd/docs/README.txt index 4a6d4d2756..2c7a2a1ffc 100644 --- a/exp-drd/docs/README.txt +++ b/exp-drd/docs/README.txt @@ -111,13 +111,10 @@ About DRD --------- DRD is still under development, that is why the tool is named exp-drd. -The current version of DRD is able to perform data race detection on -small programs -- DRD quickly runs out of memory for realistically -sized programs. The current version runs well under Linux on x86 -CPU's for multithreaded programs that use the POSIX threading -library. Regular POSIX threads, detached threads, mutexes, condition -variables, spinlocks, semaphores and barriers are supported. POSIX -reader-writer locks are not yet supported. +The current version runs well under Linux on x86 CPU's for +multithreaded programs that use the POSIX threading library. Regular +POSIX threads, detached threads, mutexes, condition variables, +reader-writer locks, spinlocks, semaphores and barriers are supported. Programming with Threads