Home
last modified time | relevance | path

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

/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) {}
2835 COMMON_SYSCALL_POST_FORK(res);
2843 COMMON_SYSCALL_POST_FORK(res);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2482 #define COMMON_SYSCALL_POST_FORK(res) \ macro