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

  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 242 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
408 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
570 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
576 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
  /external/valgrind/dynamic_annotations/
dynamic_annotations.h 241 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
407 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
575 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
581 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
  /external/valgrind/main/drd/
drd.h 82 #define DRD_IGNORE_VAR(x) ANNOTATE_BENIGN_RACE_SIZED(&(x), sizeof(x), "")
288 ANNOTATE_BENIGN_RACE_SIZED(addr, sizeof(*addr), descr)
292 #define ANNOTATE_BENIGN_RACE_SIZED(addr, size, descr) \
459 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
467 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
  /external/valgrind/main/helgrind/
helgrind.h 605 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
606 _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE_SIZED")
    [all...]

Completed in 65 milliseconds