Home
last modified time | relevance | path

Searched refs:ANNOTATE_BENIGN_RACE_SIZED (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/main/drd/
Ddrd.h80 #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) \ macro
512 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \
/external/valgrind/main/coregrind/
Dm_threadstate.c59 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].status, in VG_()
62 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode, in VG_()
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Ddynamic_annotations.h212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Ddynamic_annotations.h212 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
356 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
550 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/chromium_org/base/third_party/dynamic_annotations/
Ddynamic_annotations.h241 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
407 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
581 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/chromium/base/third_party/dynamic_annotations/
Ddynamic_annotations.h242 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
408 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */ macro
576 ANNOTATE_BENIGN_RACE_SIZED(&static_var, \
/external/chromium_org/content/common/
Dgamepad_seqlock_unittest.cc67 ANNOTATE_BENIGN_RACE_SIZED(&data, sizeof(data), "Racey reads are discarded"); in TEST()
/external/valgrind/main/coregrind/m_scheduler/
Dsema.c80 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&sema->owner_lwpid, in ML_()
Dticket-lock-linux.c91 INNER_REQUEST(ANNOTATE_BENIGN_RACE_SIZED(&p->futex, sizeof(p->futex), "")); in create_sched_lock()
/external/chromium_org/content/browser/gamepad/
Dgamepad_provider.cc159 ANNOTATE_BENIGN_RACE_SIZED( in DoPoll()
/external/valgrind/main/helgrind/
Dhelgrind.h605 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \ macro
/external/valgrind/main/drd/tests/
Dtsan_thread_wrappers_pthread.h69 ANNOTATE_BENIGN_RACE_SIZED(addr, 4, "expected race")
/external/valgrind/unittest/
Dracecheck_unittest.cc3553 ANNOTATE_BENIGN_RACE_SIZED(this, sizeof(*this), "needs annotation"); in Annotate_Race()
5474 ANNOTATE_BENIGN_RACE_SIZED(racey_addr_beg+1, racey_addr_end - racey_addr_beg - 1, in RunTwoThreads()
5514 ANNOTATE_BENIGN_RACE_SIZED(stress_arr, sizeof(stress_arr), "race"); in TEST()
7827 ANNOTATE_BENIGN_RACE_SIZED(X + beg, len, ""); in TEST()