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

  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 318 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2");
319 INTERCEPT_FUNCTION_VER(pthread_cond_signal, "GLIBC_2.3.2");
320 INTERCEPT_FUNCTION_VER(pthread_cond_broadcast, "GLIBC_2.3.2");
321 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2");
322 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2");
323 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2");
  /external/compiler-rt/lib/interception/
interception.h 252 # define INTERCEPT_FUNCTION_VER(func, symver) \
257 # define INTERCEPT_FUNCTION_VER(func, symver) \
262 # define INTERCEPT_FUNCTION_VER(func, symver) \
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 218 #define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
    [all...]

Completed in 50 milliseconds