Searched defs:ANNOTATE_HAPPENS_BEFORE (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dannotate_happens_before.cc8 ANNOTATE_HAPPENS_BEFORE/AFTER communicate the synchronization to tsan
17 # define ANNOTATE_HAPPENS_BEFORE(addr) \ macro
24 # define ANNOTATE_HAPPENS_BEFORE(addr) macro
39 ANNOTATE_HAPPENS_BEFORE(&barrier);
/external/regex-re2/util/
H A Dutil.h101 #define ANNOTATE_HAPPENS_BEFORE(x) macro
/external/valgrind/drd/
H A Ddrd.h117 #define ANNOTATE_HAPPENS_BEFORE(addr) \ macro
124 * ANNOTATE_HAPPENS_BEFORE(addr). addr is the address of an object that is not
/external/valgrind/helgrind/
H A Dhelgrind.h498 If threads T1 .. Tn all do ANNOTATE_HAPPENS_BEFORE(obj) and later
525 about any ANNOTATE_HAPPENS_BEFORE calls on the specified object, in
538 #define ANNOTATE_HAPPENS_BEFORE(obj) \ macro
622 for FIFO queues. For non-FIFO queues use ANNOTATE_HAPPENS_BEFORE

Completed in 204 milliseconds