Searched refs:COMMON_INTERCEPTOR_BLOCK_REAL (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp95 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp130 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1358 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4177 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);
6646 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_wait)(s);
6667 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2536 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name)

Completed in 102 milliseconds