Searched refs:COMMON_INTERCEPTOR_FD_ACQUIRE (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_interceptors.cc | 156 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_interceptors.inc | 21 // 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/ |
| HD | msan_interceptors.cc | 1377 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors.cc | 2283 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
|