We need these to suppress to pass initialization on FreeBSD 11.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Is this fix testable? or is it covered by existing tests?
lib/tsan/rtl/tsan_interceptors.cc | ||
---|---|---|
667 | I would prefer to define COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED above this line and use COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED here |
I would prefer to define COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED above this line and use COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED here
and below instead of if(cur_thread()->is_inited)