Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/Linux/
Dsyscalls.cc119 __sanitizer_syscall_post_pipe2(0, (int *)buf, 0); in main()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h725 #define __sanitizer_syscall_post_pipe2(res, fildes, flags) \ macro