/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/ |
epoll.h | 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
EPoll.java | 110 static native int epollCtl(int epfd, int opcode, int fd, int events); 112 static native int epollWait(int epfd, long pollAddress, int numfds)
|
EPollArrayWrapper.java | 85 private final int epfd; field in class:EPollArrayWrapper 128 epfd = epollCreate(); 143 epollCtl(epfd, EPOLL_CTL_ADD, fd0, EPOLLIN); 241 epollCtl(epfd, EPOLL_CTL_DEL, fd, 0); 251 FileDispatcherImpl.closeIntFD(epfd); 257 updated = epollWait(pollArrayAddress, NUM_EPOLLEVENTS, timeout, epfd); 287 epollCtl(epfd, opcode, fd, events); 321 private native void epollCtl(int epfd, int opcode, int fd, int events); 323 int epfd) throws IOException;
|
/external/libevent/ |
epoll.c | 59 int epfd; member in struct:epollop 110 int epfd; local 115 if ((epfd = epoll_create(32000)) == -1) { 121 evutil_make_socket_closeonexec(epfd); 124 close(epfd); 128 epollop->epfd = epfd; 134 close(epfd); 265 if (epoll_ctl(epollop->epfd, op, ch->fd, &epev) == -1) { 271 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, ch->fd, &epev) == -1) [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
sys_linux_ppc64x.s | 381 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 383 MOVW epfd+0(FP), R3 391 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 393 MOVW epfd+0(FP), R3
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_linux_ppc64x.s | 381 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 383 MOVW epfd+0(FP), R3 391 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 393 MOVW epfd+0(FP), R3
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
/external/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |