Home
last modified time | relevance | path

Searched refs:SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc99 SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END(); in dispatch_callback_wrap_acquire()
115 SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END(); \
121 SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END(); \
133 SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END(); \
171 SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END(); in DISPATCH_INTERCEPT_B()
191 SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END(); in TSAN_INTERCEPTOR()
253 SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END(); in TSAN_INTERCEPTOR()
Dtsan_interceptors.h44 #define SCOPED_TSAN_INTERCEPTOR_USER_CALLBACK_END() \ macro