Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc156 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc21 // COMMON_INTERCEPTOR_FD_ACQUIRE
373 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
391 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
409 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
425 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
441 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
457 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
2143 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1377 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2334 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro