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

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1809   SCOPED_TSAN_INTERCEPTOR(epoll_ctl, epfd, op, fd, ev);
 1810   if (epfd >= 0)
 1811     FdAccess(thr, pc, epfd);
 1812   if (epfd >= 0 && fd >= 0)
 1814   if (op == EPOLL_CTL_ADD && epfd >= 0)
 1815     FdRelease(thr, pc, epfd);
 1816   int res = REAL(epoll_ctl)(epfd, op, fd, ev);