HomeSort by relevance Sort by last modified time
    Searched defs:ANNOTATE_BENIGN_RACE (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 152 #define ANNOTATE_BENIGN_RACE(address, description) \
254 #define ANNOTATE_BENIGN_RACE(address, description) // empty
335 // Apply ANNOTATE_BENIGN_RACE to a static variable.
341 ANNOTATE_BENIGN_RACE(&static_var, \
  /external/chromium_org/third_party/re2/util/
util.h 100 #define ANNOTATE_BENIGN_RACE(a, b)
  /external/regex-re2/util/
util.h 99 #define ANNOTATE_BENIGN_RACE(a, b)
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h 235 #define ANNOTATE_BENIGN_RACE(pointer, description) \
239 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
406 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 206 #define ANNOTATE_BENIGN_RACE(pointer, description) \
210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 206 #define ANNOTATE_BENIGN_RACE(pointer, description) \
210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
  /external/valgrind/main/drd/
drd.h 149 #undef ANNOTATE_BENIGN_RACE
357 #define ANNOTATE_BENIGN_RACE(addr, descr) \
360 /* Same as ANNOTATE_BENIGN_RACE(addr, descr), but applies to
  /external/valgrind/main/helgrind/
helgrind.h 601 #define ANNOTATE_BENIGN_RACE(pointer, description) \
602 _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE")
604 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
    [all...]

Completed in 281 milliseconds