Home | History | Annotate | Download | only in rtl

Lines Matching refs:recvmsg

1224 TSAN_INTERCEPTOR(long_t, recvmsg, int fd, void *msg, int flags) {
1225 SCOPED_TSAN_INTERCEPTOR(recvmsg, fd, msg, flags);
1226 int res = REAL(recvmsg)(fd, msg, flags);
1577 TSAN_INTERCEPT(recvmsg);