Searched defs:ANNOTATE_BENIGN_RACE (Results 1 - 8 of 8) sorted by relevance

/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, \
/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/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/third_party/tcmalloc/chromium/src/base/
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
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
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
/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/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

Completed in 3756 milliseconds