/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/ |
linux_syscall_hooks.h | [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
sys_linux_386.s | 538 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 541 MOVL epfd+0(FP), BX 549 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 552 MOVL epfd+0(FP), BX
|
sys_linux_arm.s | 446 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 448 MOVW epfd+0(FP), R0 457 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout) 459 MOVW epfd+0(FP), R0
|
sys_linux_arm64.s | 425 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 427 MOVW epfd+0(FP), R0 436 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 438 MOVW epfd+0(FP), R0
|
sys_linux_mips64x.s | 399 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 401 MOVW epfd+0(FP), R4 410 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 412 MOVW epfd+0(FP), R4
|
sys_linux_mipsx.s | 438 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 440 MOVW epfd+0(FP), R4 449 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 451 MOVW epfd+0(FP), R4
|
sys_linux_ppc64x.s | 398 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 400 MOVW epfd+0(FP), R3 408 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 410 MOVW epfd+0(FP), R3
|
sys_linux_s390x.s | 407 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 409 MOVW epfd+0(FP), R2 418 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 420 MOVW epfd+0(FP), R2
|
sys_linux_amd64.s | 541 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 543 MOVL epfd+0(FP), DI 552 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 554 MOVL epfd+0(FP), DI
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_linux_386.s | 538 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 541 MOVL epfd+0(FP), BX 549 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 552 MOVL epfd+0(FP), BX
|
sys_linux_arm.s | 446 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 448 MOVW epfd+0(FP), R0 457 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout) 459 MOVW epfd+0(FP), R0
|
sys_linux_arm64.s | 425 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 427 MOVW epfd+0(FP), R0 436 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 438 MOVW epfd+0(FP), R0
|
sys_linux_mips64x.s | 399 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 401 MOVW epfd+0(FP), R4 410 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 412 MOVW epfd+0(FP), R4
|
sys_linux_mipsx.s | 438 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 440 MOVW epfd+0(FP), R4 449 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 451 MOVW epfd+0(FP), R4
|
sys_linux_ppc64x.s | 398 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 400 MOVW epfd+0(FP), R3 408 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 410 MOVW epfd+0(FP), R3
|
sys_linux_s390x.s | 407 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 409 MOVW epfd+0(FP), R2 418 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 420 MOVW epfd+0(FP), R2
|
sys_linux_amd64.s | 541 // func epollctl(epfd, op, fd int32, ev *epollEvent) int 543 MOVL epfd+0(FP), DI 552 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout); 554 MOVL epfd+0(FP), DI
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 879 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, 882 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout); 894 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, 897 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask); [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_linux_386.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_amd64.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_arm.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_arm64.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_mips.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |