Searched refs:TSAN_INTERCEPT (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc217 #define TSAN_INTERCEPT(func) INTERCEPT_FUNCTION(func) macro
400 // Not called. Merely to satisfy TSAN_INTERCEPT().
2227 // We can not use TSAN_INTERCEPT to get setjmp addr,
2235 TSAN_INTERCEPT(longjmp);
2236 TSAN_INTERCEPT(siglongjmp);
2238 TSAN_INTERCEPT(malloc);
2239 TSAN_INTERCEPT(__libc_memalign);
2240 TSAN_INTERCEPT(calloc);
2241 TSAN_INTERCEPT(realloc);
2242 TSAN_INTERCEPT(fre
[all...]

Completed in 82 milliseconds