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

  /external/valgrind/drd/
drd.h 80 #define DRD_IGNORE_VAR(x) ANNOTATE_BENIGN_RACE_SIZED(&(x), sizeof(x), "")
150 #undef ANNOTATE_BENIGN_RACE_SIZED
358 ANNOTATE_BENIGN_RACE_SIZED(addr, sizeof(*addr), descr)
362 #define ANNOTATE_BENIGN_RACE_SIZED(addr, size, descr) \
554 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
562 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
  /external/valgrind/helgrind/
helgrind.h 657 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
    [all...]

Completed in 170 milliseconds