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

  /external/valgrind/main/drd/
drd.h 80 #define DRD_IGNORE_VAR(x) ANNOTATE_BENIGN_RACE_SIZED(&(x), sizeof(x), "")
150 #undef ANNOTATE_BENIGN_RACE_SIZED
333 ANNOTATE_BENIGN_RACE_SIZED(addr, sizeof(*addr), descr)
337 #define ANNOTATE_BENIGN_RACE_SIZED(addr, size, descr) \
504 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
512 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
  /external/valgrind/main/coregrind/
m_threadstate.c 59 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].status,
62 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
  /external/chromium_org/content/common/
gamepad_seqlock_unittest.cc 67 ANNOTATE_BENIGN_RACE_SIZED(&data, sizeof(data), "Racey reads are discarded");
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
544 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
544 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
  /external/valgrind/main/coregrind/m_scheduler/
sema.c 80 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&sema->owner_lwpid,
ticket-lock-linux.c 91 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&p->futex, sizeof(p->futex), ""));
  /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/chromium_org/base/third_party/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/chromium_org/content/browser/gamepad/
gamepad_provider.cc 159 ANNOTATE_BENIGN_RACE_SIZED(
  /external/valgrind/main/helgrind/
helgrind.h 605 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 69 ANNOTATE_BENIGN_RACE_SIZED(addr, 4, "expected race")
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]

Completed in 857 milliseconds