Searched refs:ANNOTATE_BENIGN_RACE (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/drd/ |
D | drd.h | 149 #undef ANNOTATE_BENIGN_RACE 357 #define ANNOTATE_BENIGN_RACE(addr, descr) \ macro
|
/external/regex-re2/util/ |
D | util.h | 99 #define ANNOTATE_BENIGN_RACE(a, b) macro
|
/external/valgrind/helgrind/ |
D | helgrind.h | 652 #define ANNOTATE_BENIGN_RACE(pointer, description) \ macro
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 2794 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/ |
D | re2.cc | 891 ANNOTATE_BENIGN_RACE(&num_captures_, "benign race: in the worst case" in NumberOfCapturingGroups()
|