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
   44 void FdClose(ThreadState *thr, uptr pc, int fd, bool write = true);

References

projects/compiler-rt/lib/tsan/rtl/tsan_fd.cpp
  232   FdClose(thr, pc, newfd, write);
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1596     FdClose(thr, pc, fd);
 1677     FdClose(thr, pc, fd);
 1685     FdClose(thr, pc, fd);
 1701       FdClose(thr, pc, fds[i]);
 1786     FdClose(thr, pc, fd);
 2450   FdClose(thr, pc, fd);