Searched refs:COMMON_INTERCEPTOR_BLOCK_REAL (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 95 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 130 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1307 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 3970 int res = COMMON_INTERCEPTOR_BLOCK_REAL(poll)(fds, nfds, timeout); 3989 COMMON_INTERCEPTOR_BLOCK_REAL(ppoll)(fds, nfds, timeout_ts, sigmask); 4032 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwait)(set, sig); 4049 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwaitinfo)(set, info); 4068 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigtimedwait)(set, info, timeout); 6495 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_wait)(s); 6516 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2358 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) macro
|