Home
last modified time | relevance | path

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

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