Searched refs:ExtractRecvmsgFDs (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 339 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs() function
|
| H A D | tsan_platform.h | 870 int ExtractRecvmsgFDs(void *msg, int *fds, int nfd);
|
| H A D | tsan_interceptors_posix.cpp | 2327 int cnt = ExtractRecvmsgFDs(msg, fds, ARRAY_SIZE(fds)); in HandleRecvmsg()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| 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 | 2321 int cnt = ExtractRecvmsgFDs(msg, fds, ARRAY_SIZE(fds)); in HandleRecvmsg()
|