/prebuilts/go/darwin-x86/src/runtime/ |
sys_linux_386.s | 475 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 478 MOVL epfd+0(FP), BX 486 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 489 MOVL epfd+0(FP), BX
|
sys_linux_amd64.s | 401 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 403 MOVL epfd+0(FP), DI 412 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 414 MOVL epfd+0(FP), DI
|
sys_linux_arm.s | 468 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 470 MOVW epfd+0(FP), R0 479 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout) 481 MOVW epfd+0(FP), R0
|
sys_linux_arm64.s | 417 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 419 MOVW epfd+0(FP), R0 428 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 430 MOVW epfd+0(FP), R0
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_linux_386.s | 475 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 478 MOVL epfd+0(FP), BX 486 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 489 MOVL epfd+0(FP), BX
|
sys_linux_amd64.s | 401 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 403 MOVL epfd+0(FP), DI 412 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 414 MOVL epfd+0(FP), DI
|
sys_linux_arm.s | 468 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 470 MOVW epfd+0(FP), R0 479 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout) 481 MOVW epfd+0(FP), R0
|
sys_linux_arm64.s | 417 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 419 MOVW epfd+0(FP), R0 428 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 430 MOVW epfd+0(FP), R0
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 927 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, 930 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout); 942 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, 945 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask); [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-linux.c | [all...] |
/external/valgrind/memcheck/tests/x86-linux/ |
scalar.stderr.exp | [all...] |
/external/libevent/ |
configure | [all...] |