Home
last modified time | relevance | path

Searched refs:ANNOTATE_BENIGN_RACE (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/drd/
Ddrd.h149 #undef ANNOTATE_BENIGN_RACE
357 #define ANNOTATE_BENIGN_RACE(addr, descr) \ macro
/external/regex-re2/util/
Dutil.h99 #define ANNOTATE_BENIGN_RACE(a, b) macro
/external/valgrind/helgrind/
Dhelgrind.h652 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
/external/valgrind/drd/tests/
Dtsan_unittest.cpp2794 ANNOTATE_BENIGN_RACE(&GLOB, "test56. Use of ANNOTATE_BENIGN_RACE."); in Run()
2795 ANNOTATE_BENIGN_RACE(&GLOB2, "No race. The tool should be silent"); in Run()
2899 ANNOTATE_BENIGN_RACE(&FLAG1, "synchronization via 'safe' race"); in Run()
2900 ANNOTATE_BENIGN_RACE(&FLAG2, "synchronization via 'safe' race"); in Run()
3741 ANNOTATE_BENIGN_RACE(&this->data_, "needs annotation"); in Annotate_Race()
3742 ANNOTATE_BENIGN_RACE(&this->ref_, "needs annotation"); in Annotate_Race()
3924 ANNOTATE_BENIGN_RACE(&this->data_, "needs annotation"); in Annotate_Race()
/external/regex-re2/re2/
Dre2.cc891 ANNOTATE_BENIGN_RACE(&num_captures_, "benign race: in the worst case" in NumberOfCapturingGroups()