helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED()

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12434
This commit is contained in:
Bart Van Assche 2012-03-08 18:58:41 +00:00
parent 9da23bfe62
commit aad3c98711

View File

@ -603,7 +603,7 @@ typedef
/* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
the memory range [address, address+size). */
#define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
_HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE_SIZED")
VALGRIND_HG_DISABLE_CHECKING(address, size)
/* Request the analysis tool to ignore all reads in the current thread
until ANNOTATE_IGNORE_READS_END is called. Useful to ignore