Home | History | Annotate | Download | only in sanitizer

Lines Matching refs:wd

1550 #define __sanitizer_syscall_pre_inotify_rm_watch(fd, wd) \
1551 __sanitizer_syscall_pre_impl_inotify_rm_watch((long)(fd), (long)(wd))
1552 #define __sanitizer_syscall_post_inotify_rm_watch(res, fd, wd) \
1553 __sanitizer_syscall_post_impl_inotify_rm_watch(res, (long)(fd), (long)(wd))
2892 void __sanitizer_syscall_pre_impl_inotify_rm_watch(long fd, long wd);
2893 void __sanitizer_syscall_post_impl_inotify_rm_watch(long res, long fd, long wd);