Searched refs:ExtractRecvmsgFDs (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_platform_linux.cc | 319 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs() function
|
H A D | tsan_platform.h | 1012 int ExtractRecvmsgFDs(void *msg, int *fds, int nfd);
|
H A D | tsan_interceptors.cc | 2161 int cnt = ExtractRecvmsgFDs(msg, fds, ARRAY_SIZE(fds)); in HandleRecvmsg()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_platform_linux.cc | 321 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs() function
|
H A D | tsan_platform.h | 1014 int ExtractRecvmsgFDs(void *msg, int *fds, int nfd);
|
H A D | tsan_interceptors.cc | 2203 int cnt = ExtractRecvmsgFDs(msg, fds, ARRAY_SIZE(fds)); in HandleRecvmsg()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_platform_linux.cpp | 351 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs() function
|
H A D | tsan_platform.h | 976 int ExtractRecvmsgFDs(void *msg, int *fds, int nfd);
|
H A D | tsan_interceptors_posix.cpp | 2305 int cnt = ExtractRecvmsgFDs(msg, fds, ARRAY_SIZE(fds)); in HandleRecvmsg()
|