Home
last modified time | relevance | path

Searched refs:__sanitizer_syscall_post_write (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/Linux/
H A Dsyscall.h43 __sanitizer_syscall_post_write(res, fd, buf, count); in mywrite()
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h964 #define __sanitizer_syscall_post_write(res, fd, buf, count) \ macro
H A Dnetbsd_syscall_hooks.h58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ macro