Home | History | Annotate | Download | only in base

Lines Matching refs:description

151 #define ANNOTATE_BENIGN_RACE(address, description) \
152 AnnotateBenignRace(__FILE__, __LINE__, address, description)
226 #define ANNOTATE_EXPECT_RACE(address, description) \
227 AnnotateExpectRace(__FILE__, __LINE__, address, description)
265 const char *description);
268 const char *description);
299 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \
305 # static_var ": " description); \
331 #define ANNOTATE_EXPECT_RACE(address, description) // empty
332 #define ANNOTATE_BENIGN_RACE(address, description) // empty
344 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) // empty