HomeSort by relevance Sort by last modified time
    Searched refs:ANNOTATE_BENIGN_RACE (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c 168 ANNOTATE_BENIGN_RACE(&running_on_valgrind, "safe hack");
181 ANNOTATE_BENIGN_RACE(&slowdown, "safe hack");
dynamic_annotations.h 206 #define ANNOTATE_BENIGN_RACE(pointer, description) \
210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
low_level_alloc.cc 107 ANNOTATE_BENIGN_RACE(&r, "benign race, not critical.");
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c 168 ANNOTATE_BENIGN_RACE(&running_on_valgrind, "safe hack");
181 ANNOTATE_BENIGN_RACE(&slowdown, "safe hack");
dynamic_annotations.h 206 #define ANNOTATE_BENIGN_RACE(pointer, description) \
210 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
355 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */
low_level_alloc.cc 107 ANNOTATE_BENIGN_RACE(&r, "benign race, not critical.");
  /external/chromium_org/base/threading/
thread_unittest.cc 22 ANNOTATE_BENIGN_RACE(value, "Test-only data race on boolean "
31 ANNOTATE_BENIGN_RACE(
  /external/valgrind/main/drd/
drd.h 149 #undef ANNOTATE_BENIGN_RACE
357 #define ANNOTATE_BENIGN_RACE(addr, descr) \
360 /* Same as ANNOTATE_BENIGN_RACE(addr, descr), but applies to
  /external/chromium_org/base/debug/
trace_event_synthetic_delay.cc 83 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");
trace_event_impl.cc     [all...]
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 152 #define ANNOTATE_BENIGN_RACE(address, description) \
254 #define ANNOTATE_BENIGN_RACE(address, description) // empty
335 // Apply ANNOTATE_BENIGN_RACE to a static variable.
341 ANNOTATE_BENIGN_RACE(&static_var, \
logging.h 687 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"); \
    [all...]
  /external/chromium_org/third_party/re2/util/
util.h 104 #define ANNOTATE_BENIGN_RACE(a, b)
  /external/regex-re2/util/
util.h 99 #define ANNOTATE_BENIGN_RACE(a, b)
  /external/chromium_org/base/third_party/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/chromium_org/base/
tools_sanity_unittest.cc 316 ANNOTATE_BENIGN_RACE(&shared, "Intentional race - make sure doesn't show up");
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common_unittest.cc 27 ANNOTATE_BENIGN_RACE(&calls_, "This is a test-only data race on a counter");
  /external/valgrind/main/helgrind/
helgrind.h 601 #define ANNOTATE_BENIGN_RACE(pointer, description) \
602 _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE")
604 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/chromium_org/third_party/re2/re2/
re2.cc 909 ANNOTATE_BENIGN_RACE(&num_captures_, "benign race: in the worst case"
    [all...]
  /external/regex-re2/re2/
re2.cc 891 ANNOTATE_BENIGN_RACE(&num_captures_, "benign race: in the worst case"
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 413 ANNOTATE_BENIGN_RACE(
    [all...]

Completed in 639 milliseconds