Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_HANDLE_RECVMSG (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2391 #define COMMON_INTERCEPTOR_HANDLE_RECVMSG(ctx, msg) \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc31 // COMMON_INTERCEPTOR_HANDLE_RECVMSG
176 #ifndef COMMON_INTERCEPTOR_HANDLE_RECVMSG
177 #define COMMON_INTERCEPTOR_HANDLE_RECVMSG(ctx, msg) ((void)(msg))
3002 COMMON_INTERCEPTOR_HANDLE_RECVMSG(ctx, msg);
3025 COMMON_INTERCEPTOR_HANDLE_RECVMSG(ctx, &msgvec[i].msg_hdr);