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

  /external/valgrind/main/drd/tests/
annotate_static.cpp 1 // Test for ANNOTATE_BENIGN_RACE_STATIC() and ANNOTATE_UNPROTECTED_READ().
14 ANNOTATE_BENIGN_RACE_STATIC(s_i, "Benign because duplicate assignment.");
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 151 // See also ANNOTATE_BENIGN_RACE_STATIC.
336 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
350 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty
  /external/valgrind/main/drd/
drd.h 505 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 205 where the race happens. See also ANNOTATE_BENIGN_RACE_STATIC. */
545 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
560 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 205 where the race happens. See also ANNOTATE_BENIGN_RACE_STATIC. */
545 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
560 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 235 where the race happens. See also ANNOTATE_BENIGN_RACE_STATIC. */
571 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
586 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h 234 where the race happens. See also ANNOTATE_BENIGN_RACE_STATIC. */
576 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
591 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */

Completed in 623 milliseconds