/external/regex-re2/util/ |
util.h | 93 #define ANNOTATE_BENIGN_RACE(a, b)
|
/external/valgrind/tsan/ |
ts_stats.h | 70 ANNOTATE_BENIGN_RACE(&vts_clone, "Race on vts_clone"); 71 ANNOTATE_BENIGN_RACE(&ignore_below_cache_miss,
|
thread_sanitizer.cc | [all...] |
/external/chromium/base/threading/ |
thread_unittest.cc | 23 ANNOTATE_BENIGN_RACE(value, "Test-only data race on boolean "
|
/external/valgrind/main/drd/ |
drd.h | 287 #define ANNOTATE_BENIGN_RACE(addr, descr) \ 290 /* Same as ANNOTATE_BENIGN_RACE(addr, descr), but applies to
|
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 236 #define ANNOTATE_BENIGN_RACE(pointer, description) \ 240 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to 407 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
|
/external/valgrind/dynamic_annotations/ |
dynamic_annotations.h | 235 #define ANNOTATE_BENIGN_RACE(pointer, description) \ 239 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to 406 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
|
/external/valgrind/main/helgrind/ |
helgrind.h | 600 #define ANNOTATE_BENIGN_RACE(pointer, description) \ 601 _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE") 603 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to [all...] |
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | [all...] |
/external/regex-re2/re2/ |
re2.cc | 863 ANNOTATE_BENIGN_RACE(&num_captures_, "benign race: in the worst case" [all...] |