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

/external/regex-re2/util/
H A Dutil.h93 #define ANNOTATE_BENIGN_RACE(a, b) macro
/external/chromium/base/third_party/dynamic_annotations/
H A Ddynamic_annotations.h236 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
240 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
407 #define ANNOTATE_BENIGN_RACE(address, description) /* empty */ macro
/external/valgrind/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/valgrind/main/drd/
H A Ddrd.h287 #define ANNOTATE_BENIGN_RACE(addr, descr) \ macro
290 /* Same as ANNOTATE_BENIGN_RACE(addr, descr), but applies to
/external/valgrind/main/helgrind/
H A Dhelgrind.h600 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
601 _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE")
603 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to

Completed in 1081 milliseconds