|
From: <sv...@va...> - 2008-03-31 17:47:40
|
Author: bart Date: 2008-03-31 18:47:37 +0100 (Mon, 31 Mar 2008) New Revision: 7826 Log: Updated. Modified: trunk/exp-drd/docs/README.txt Modified: trunk/exp-drd/docs/README.txt =================================================================== --- trunk/exp-drd/docs/README.txt 2008-03-30 18:41:07 UTC (rev 7825) +++ trunk/exp-drd/docs/README.txt 2008-03-31 17:47:37 UTC (rev 7826) @@ -111,13 +111,10 @@ --------- 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 |