Searched refs:inotify_init1 (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | inotify.c | 33 SYS_FUNC(inotify_init1) in SYS_FUNC() argument
|
D | sys_func.h | 92 extern SYS_FUNC(inotify_init1);
|
D | NEWS | 306 * Implemented decoding of new linux syscalls: inotify_init1, recvmmsg. 351 epoll_create1, eventfd2, inotify_init1, pipe2, signalfd4.
|
D | ChangeLog-CVS | 415 dup3, pipe2, inotify_init1. 417 epoll_create1, dup3, pipe2, inotify_init1.
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1679 TSAN_INTERCEPTOR(int, inotify_init1, int flags) { in TSAN_INTERCEPTOR() argument 1680 SCOPED_TSAN_INTERCEPTOR(inotify_init1, flags); in TSAN_INTERCEPTOR() 1681 int fd = REAL(inotify_init1)(flags); in TSAN_INTERCEPTOR() 1686 #define TSAN_MAYBE_INTERCEPT_INOTIFY_INIT1 TSAN_INTERCEPT(inotify_init1)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2442 PRE_SYSCALL(inotify_init1)(long flags) {} 2444 POST_SYSCALL(inotify_init1)(long res, long flags) {}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2069 fun:inotify_init1=uninstrumented
|
/external/valgrind/ |
D | NEWS | 1957 202315 unhandled syscall: 332 (inotify_init1)
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1115 PUBLIC db1d0 0 inotify_init1
|