Searched refs:ANNOTATE_BENIGN_RACE (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Ddynamic_annotations.c168 ANNOTATE_BENIGN_RACE(&running_on_valgrind, "safe hack");
181 ANNOTATE_BENIGN_RACE(&slowdown, "safe hack");
H A Ddynamic_annotations.h206 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ macro
H A Dlow_level_alloc.cc107 ANNOTATE_BENIGN_RACE(&r, "benign race, not critical.");
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Ddynamic_annotations.c168 ANNOTATE_BENIGN_RACE(&running_on_valgrind, "safe hack");
181 ANNOTATE_BENIGN_RACE(&slowdown, "safe hack");
H A Ddynamic_annotations.h206 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ macro
H A Dlow_level_alloc.cc107 ANNOTATE_BENIGN_RACE(&r, "benign race, not critical.");
/external/chromium_org/base/threading/
H A Dthread_unittest.cc22 ANNOTATE_BENIGN_RACE(value, "Test-only data race on boolean "
31 ANNOTATE_BENIGN_RACE(
/external/valgrind/main/drd/
H A Ddrd.h149 #undef ANNOTATE_BENIGN_RACE macro
332 #define ANNOTATE_BENIGN_RACE(addr, descr) \ macro
335 /* Same as ANNOTATE_BENIGN_RACE(addr, descr), but applies to
/external/chromium_org/third_party/cld/base/
H A Ddynamic_annotations.h152 #define ANNOTATE_BENIGN_RACE(address, description) \ macro
254 #define ANNOTATE_BENIGN_RACE(address, description) // empty macro
335 // Apply ANNOTATE_BENIGN_RACE to a static variable.
341 ANNOTATE_BENIGN_RACE(&static_var, \
H A Dlogging.h687 ANNOTATE_BENIGN_RACE(&LOG_OCCURRENCES, "logging"); \
688 ANNOTATE_BENIGN_RACE(&LOG_OCCURRENCES_MOD_N, "logging"); \
697 ANNOTATE_BENIGN_RACE(&LOG_OCCURRENCES, "logging"); \
698 ANNOTATE_BENIGN_RACE(&LOG_OCCURRENCES_MOD_N, "logging"); \
707 ANNOTATE_BENIGN_RACE(&LOG_OCCURRENCES, "logging"); \
/external/chromium_org/third_party/re2/util/
H A Dutil.h100 #define ANNOTATE_BENIGN_RACE(a, b) macro
/external/regex-re2/util/
H A Dutil.h99 #define ANNOTATE_BENIGN_RACE(a, b) macro
/external/chromium/base/threading/
H A Dthread_unittest.cc23 ANNOTATE_BENIGN_RACE(value, "Test-only data race on boolean "
/external/chromium_org/base/
H A Dtools_sanity_unittest.cc259 ANNOTATE_BENIGN_RACE(&shared, "Intentional race - make sure doesn't show up");
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h236 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
240 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
407 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ macro
/external/chromium_org/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h235 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
239 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
406 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ macro
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_common_unittest.cc26 ANNOTATE_BENIGN_RACE(&calls_, "This is a test-only data race on a counter");
/external/valgrind/main/helgrind/
H A Dhelgrind.h600 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
601 _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE")
603 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
/external/valgrind/unittest/
H A Dracecheck_unittest.cc2458 // test56: TP. Use of ANNOTATE_BENIGN_RACE. {{{1
2470 ANNOTATE_BENIGN_RACE(&GLOB, "test56. Use of ANNOTATE_BENIGN_RACE.");
2471 ANNOTATE_BENIGN_RACE(&GLOB2, "No race. The tool should be silent");
2575 ANNOTATE_BENIGN_RACE(&FLAG1, "synchronization via 'safe' race");
2576 ANNOTATE_BENIGN_RACE(&FLAG2, "synchronization via 'safe' race");
3735 ANNOTATE_BENIGN_RACE(&this->data_, "needs annotation");
5338 ANNOTATE_BENIGN_RACE(&foo->a, "real race");
5383 ANNOTATE_BENIGN_RACE(&x->a, "may or may not detect this race");
6857 for (int i = 11; i < 20; i++) ANNOTATE_BENIGN_RACE(mem
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2782 // test56: TP. Use of ANNOTATE_BENIGN_RACE. {{{1
2794 ANNOTATE_BENIGN_RACE(&GLOB, "test56. Use of ANNOTATE_BENIGN_RACE.");
2795 ANNOTATE_BENIGN_RACE(&GLOB2, "No race. The tool should be silent");
2899 ANNOTATE_BENIGN_RACE(&FLAG1, "synchronization via 'safe' race");
2900 ANNOTATE_BENIGN_RACE(&FLAG2, "synchronization via 'safe' race");
3741 ANNOTATE_BENIGN_RACE(&this->data_, "needs annotation");
3742 ANNOTATE_BENIGN_RACE(&this->ref_, "needs annotation");
3924 ANNOTATE_BENIGN_RACE(&this->data_, "needs annotation");
7704 //ANNOTATE_BENIGN_RACE(
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc909 ANNOTATE_BENIGN_RACE(&num_captures_, "benign race: in the worst case"
/external/regex-re2/re2/
H A Dre2.cc891 ANNOTATE_BENIGN_RACE(&num_captures_, "benign race: in the worst case"
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc816 ANNOTATE_BENIGN_RACE(&g_category_group_enabled[i],
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc309 ANNOTATE_BENIGN_RACE(

Completed in 399 milliseconds