]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added more DRD customizations.
authorBart Van Assche <bvanassche@acm.org>
Sun, 31 May 2009 18:00:12 +0000 (18:00 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 31 May 2009 18:00:12 +0000 (18:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10184

drd/tests/tsan_thread_wrappers_pthread.h

index 137ad454ff6054ff560d01f1528519b919a68ba3..1b5b3d31318b1eb22f59be1b409af31ed91a4703 100644 (file)
@@ -64,6 +64,8 @@ using namespace std;
 #include "../../drd/drd.h"
 #define ANNOTATE_NO_OP(arg) do { } while(0)
 #define ANNOTATE_EXPECT_RACE(addr, descr) DRDCL_(ignore_range)(addr, 4)
+#define ANNOTATE_PUBLISH_MEMORY_RANGE(addr, size) do { } while(0)
+#define ANNOTATE_UNPUBLISH_MEMORY_RANGE(addr, size) do { } while(0)
 static inline bool RunningOnValgrind() { return RUNNING_ON_VALGRIND; }
 
 #include <assert.h>