Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_interceptors.cc156 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc21 // COMMON_INTERCEPTOR_FD_ACQUIRE
469 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
487 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
505 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
521 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
537 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
553 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
2239 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc1377 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc2283 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro