Home
last modified time | relevance | path

Searched refs:COMMON_SYSCALL_POST_FORK (Results 1 – 3 of 3) 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/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2384 #define COMMON_SYSCALL_POST_FORK(res) \ macro