Searched refs:COMMON_INTERCEPTOR_FD_ACCESS (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc22 // COMMON_INTERCEPTOR_FD_ACCESS
51 #ifndef COMMON_INTERCEPTOR_FD_ACCESS
52 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) {}
340 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
358 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
376 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
395 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
411 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
427 COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd);
442 COMMON_INTERCEPTOR_FD_ACCESS(ct
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2047 #define COMMON_INTERCEPTOR_FD_ACCESS(ctx, fd) \ macro

Completed in 81 milliseconds