Searched refs:ANNOTATE_BENIGN_RACE (Results 1 - 22 of 22) 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/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay.cc83 ANNOTATE_BENIGN_RACE(&target_duration_, "Synthetic delay duration");
98 ANNOTATE_BENIGN_RACE(&target_duration_, "Synthetic delay duration");
113 ANNOTATE_BENIGN_RACE(&target_duration_, "Synthetic delay duration");
H A Dtrace_event_impl.cc1225 ANNOTATE_BENIGN_RACE(&g_category_group_enabled[i],
/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.h104 #define ANNOTATE_BENIGN_RACE(a, b) macro
/external/regex-re2/util/
H A Dutil.h99 #define ANNOTATE_BENIGN_RACE(a, b) macro
/external/valgrind/main/drd/
H A Ddrd.h149 #undef ANNOTATE_BENIGN_RACE macro
357 #define ANNOTATE_BENIGN_RACE(addr, descr) \ macro
360 /* Same as ANNOTATE_BENIGN_RACE(addr, descr), but applies to
/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/base/
H A Dtools_sanity_unittest.cc316 ANNOTATE_BENIGN_RACE(&shared, "Intentional race - make sure doesn't show up");
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_common_unittest.cc27 ANNOTATE_BENIGN_RACE(&calls_, "This is a test-only data race on a counter");
/external/valgrind/main/helgrind/
H A Dhelgrind.h601 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
602 _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE")
604 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
/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/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc413 ANNOTATE_BENIGN_RACE(

Completed in 563 milliseconds