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
   41 void FdAcquire(ThreadState *thr, uptr pc, int fd);

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 1008   if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 1043   if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 1061   if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 1077   if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 1093   if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 1109   if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 2961     if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 2982     if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 4342       COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 6400   if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
 6472     if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1826     FdAcquire(thr, pc, epfd);
 1837     FdAcquire(thr, pc, epfd);
 2455   FdAcquire(thr, pc, fd);