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

  /external/valgrind/drd/tests/
annotate_static.cpp 20 static inline void AnnotateIgnoreReadsEnd() { ANNOTATE_IGNORE_READS_END(); }
tsan_unittest.cpp     [all...]
  /external/valgrind/drd/
drd.h 152 #undef ANNOTATE_IGNORE_READS_END
373 #define ANNOTATE_IGNORE_READS_END() \
396 do { ANNOTATE_IGNORE_READS_END(); ANNOTATE_IGNORE_WRITES_END(); } while(0)
544 ANNOTATE_IGNORE_READS_END();
551 ANNOTATE_IGNORE_READS_END();
  /external/valgrind/helgrind/
helgrind.h 669 until ANNOTATE_IGNORE_READS_END is called. Useful to ignore
676 #define ANNOTATE_IGNORE_READS_END() \
677 _HG_CLIENTREQ_UNIMP("ANNOTATE_IGNORE_READS_END")
    [all...]

Completed in 348 milliseconds