Home
last modified time | relevance | path

Searched refs:INTERCEPT_FUNCTION_VER (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc318 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2"); in InitializeInterceptors()
319 INTERCEPT_FUNCTION_VER(pthread_cond_signal, "GLIBC_2.3.2"); in InitializeInterceptors()
320 INTERCEPT_FUNCTION_VER(pthread_cond_broadcast, "GLIBC_2.3.2"); in InitializeInterceptors()
321 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2"); in InitializeInterceptors()
322 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
323 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
/external/compiler-rt/lib/interception/
Dinterception.h245 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
250 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
255 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.h103 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc316 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)