mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Added a comment that explains the purpose of the test program.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9362
This commit is contained in:
parent
35dcaa5dbd
commit
085b0e7336
@ -1,3 +1,7 @@
|
||||
// Test program that allows to verify whether Drd works fine for programs that
|
||||
// use the boost::thread, boost::mutex and boost::condition classes.
|
||||
|
||||
|
||||
#include <boost/thread/condition.hpp>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include <boost/thread/thread.hpp>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user