~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to helgrind/helgrind.h

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:57:58 UTC
  • mfrom: (1.1.16)
  • Revision ID: bkerensa@ubuntu.com-20121121235758-bd1rv5uc5vzov2p6
Merge from debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   This file is part of Helgrind, a Valgrind tool for detecting errors
12
12
   in threaded programs.
13
13
 
14
 
   Copyright (C) 2007-2011 OpenWorks LLP
 
14
   Copyright (C) 2007-2012 OpenWorks LLP
15
15
      info@open-works.co.uk
16
16
 
17
17
   Redistribution and use in source and binary forms, with or without
603
603
/* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
604
604
   the memory range [address, address+size). */
605
605
#define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
606
 
   _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE_SIZED")
 
606
   VALGRIND_HG_DISABLE_CHECKING(address, size)
607
607
 
608
608
/* Request the analysis tool to ignore all reads in the current thread
609
609
   until ANNOTATE_IGNORE_READS_END is called.  Useful to ignore