reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_fd.h
   42 void FdRelease(ThreadState *thr, uptr pc, int fd);

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 1122   if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 1152   if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 1168   if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 1184   if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 1200   if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 1216   if (fd >= 0) COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 3056     COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 3075     COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 6435     COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 6449     COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
 6481     COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd);
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1815     FdRelease(thr, pc, epfd);
 2462   FdRelease(thr, pc, fd);