Searched refs:COMMON_INTERCEPTOR_BLOCK_REAL (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 95 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 130 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1330 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4177 int res = COMMON_INTERCEPTOR_BLOCK_REAL(poll)(fds, nfds, timeout); 4196 COMMON_INTERCEPTOR_BLOCK_REAL(ppoll)(fds, nfds, timeout_ts, sigmask); 4240 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwait)(set, sig); 4257 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigwaitinfo)(set, info); 4276 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sigtimedwait)(set, info, timeout); 6723 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_wait)(s); 6744 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 2425 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 2431 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) macro
|