Searched refs:ANNOTATE_BENIGN_RACE_STATIC (Results 1 - 6 of 6) sorted by relevance
/external/valgrind/main/drd/tests/ |
H A D | 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/ |
H A D | dynamic_annotations.h | 151 // See also ANNOTATE_BENIGN_RACE_STATIC. 336 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ macro 350 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
H A D | dynamic_annotations.h | 205 where the race happens. See also ANNOTATE_BENIGN_RACE_STATIC. */ 545 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ macro 560 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ macro
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
H A D | dynamic_annotations.h | 205 where the race happens. See also ANNOTATE_BENIGN_RACE_STATIC. */ 545 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ macro 560 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ macro
|
/external/chromium_org/base/third_party/dynamic_annotations/ |
H A D | dynamic_annotations.h | 234 where the race happens. See also ANNOTATE_BENIGN_RACE_STATIC. */ 576 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ macro 591 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ macro
|
/external/valgrind/main/drd/ |
H A D | drd.h | 551 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ macro
|
Completed in 311 milliseconds