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
 1642   SCOPED_TSAN_INTERCEPTOR(socketpair, domain, type, protocol, fd);
 1643   int res = REAL(socketpair)(domain, type, protocol, fd);
 1644   if (res == 0 && fd[0] >= 0 && fd[1] >= 0)
 1644   if (res == 0 && fd[0] >= 0 && fd[1] >= 0)
 1645     FdPipeCreate(thr, pc, fd[0], fd[1]);
 1645     FdPipeCreate(thr, pc, fd[0], fd[1]);