Searched refs:COMMON_INTERCEPTOR_FD_ACQUIRE (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 116 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 165 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 21 // COMMON_INTERCEPTOR_FD_ACQUIRE 717 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 735 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 753 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 769 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 785 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 801 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 2488 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 5634 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd); 5706 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1300 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 2214 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|