Searched refs:ANNOTATE_BENIGN_RACE_SIZED (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd.h80 #define DRD_IGNORE_VAR(x) ANNOTATE_BENIGN_RACE_SIZED(&(x), sizeof(x), "")
150 #undef ANNOTATE_BENIGN_RACE_SIZED macro
358 ANNOTATE_BENIGN_RACE_SIZED(addr, sizeof(*addr), descr)
362 #define ANNOTATE_BENIGN_RACE_SIZED(addr, size, descr) \ macro
550 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
558 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
/external/valgrind/main/coregrind/
H A Dm_threadstate.c59 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].status,
62 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
/external/chromium_org/content/common/
H A Done_writer_seqlock_unittest.cc67 ANNOTATE_BENIGN_RACE_SIZED(&data, sizeof(data), "Racey reads are discarded");
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.h212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
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/
H A Ddynamic_annotations.h212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
544 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/valgrind/main/coregrind/m_scheduler/
H A Dsema.c80 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&sema->owner_lwpid,
H A Dticket-lock-linux.c91 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&p->futex, sizeof(p->futex), ""));
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h241 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
407 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
575 /* Apply ANNOTATE_BENIGN_RACE_SIZED to a static variable. */
581 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/valgrind/main/helgrind/
H A Dhelgrind.h606 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_provider.cc211 ANNOTATE_BENIGN_RACE_SIZED(
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h69 ANNOTATE_BENIGN_RACE_SIZED(addr, 4, "expected race")

Completed in 173 milliseconds