Home
last modified time | relevance | path

Searched refs:COMMON_SYSCALL_POST_FORK (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp227 #define COMMON_SYSCALL_POST_FORK(res) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc40 // COMMON_SYSCALL_POST_FORK(long res)
83 #ifndef COMMON_SYSCALL_POST_FORK
84 # define COMMON_SYSCALL_POST_FORK(res) {}
2833 COMMON_SYSCALL_POST_FORK(res);
2841 COMMON_SYSCALL_POST_FORK(res);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc39 // COMMON_SYSCALL_POST_FORK(long res)
82 #ifndef COMMON_SYSCALL_POST_FORK
83 # define COMMON_SYSCALL_POST_FORK(res) {}
2834 COMMON_SYSCALL_POST_FORK(res);
2842 COMMON_SYSCALL_POST_FORK(res);
Dsanitizer_syscalls_netbsd.inc39 // COMMON_SYSCALL_POST_FORK(long long res)
90 #ifndef COMMON_SYSCALL_POST_FORK
91 #define COMMON_SYSCALL_POST_FORK(res) \
109 POST_SYSCALL(fork)(long long res) { COMMON_SYSCALL_POST_FORK(res); }
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2384 #define COMMON_SYSCALL_POST_FORK(res) \ macro
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2569 #define COMMON_SYSCALL_POST_FORK(res) \ macro