HomeSort by relevance Sort by last modified time
    Searched refs:ANNOTATE_BENIGN_RACE_SIZED (Results 1 - 7 of 7) 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/coregrind/
m_threadstate.c 66 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].status,
69 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
  /external/valgrind/coregrind/m_scheduler/
sema.c 80 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&sema->owner_lwpid,
ticket-lock-linux.c 88 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&p->futex, sizeof(p->futex), ""));
  /external/libchrome/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/valgrind/helgrind/
helgrind.h     [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 69 ANNOTATE_BENIGN_RACE_SIZED(addr, 4, "expected race")

Completed in 1099 milliseconds