HomeSort by relevance Sort by last modified time
    Searched defs:ANNOTATE_HAPPENS_BEFORE (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/tsan/
annotate_happens_before.cc 8 ANNOTATE_HAPPENS_BEFORE/AFTER communicate the synchronization to tsan
17 # define ANNOTATE_HAPPENS_BEFORE(addr) \
24 # define ANNOTATE_HAPPENS_BEFORE(addr)
39 ANNOTATE_HAPPENS_BEFORE(&barrier);
  /external/regex-re2/util/
util.h 101 #define ANNOTATE_HAPPENS_BEFORE(x)
  /external/valgrind/drd/
drd.h 117 #define ANNOTATE_HAPPENS_BEFORE(addr) \
124 * ANNOTATE_HAPPENS_BEFORE(addr). addr is the address of an object that is not
  /external/valgrind/helgrind/
helgrind.h 490 If threads T1 .. Tn all do ANNOTATE_HAPPENS_BEFORE(obj) and later
517 about any ANNOTATE_HAPPENS_BEFORE calls on the specified object, in
530 #define ANNOTATE_HAPPENS_BEFORE(obj) \
614 for FIFO queues. For non-FIFO queues use ANNOTATE_HAPPENS_BEFORE
    [all...]

Completed in 3492 milliseconds