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

  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
25 #undef TSAN_FLAG
tsan_flags.cc 39 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
41 #undef TSAN_FLAG
47 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \
50 #undef TSAN_FLAG

Completed in 414 milliseconds