Home
last modified time | relevance | path

Searched refs:__NR_io_getevents (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/core/libasyncio/
H A DAsyncIO.cpp36 return syscall(__NR_io_getevents, ctx, min_nr, max_nr, events, timeout); in io_getevents()
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h229 #define __NR_io_getevents 208 macro
H A Dunistd_32.h266 #define __NR_io_getevents 247 macro
H A Dunistd_x32.h205 #define __NR_io_getevents (__X32_SYSCALL_BIT + 208) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h40 #define __NR_io_getevents 4 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h453 #if defined(__NR_io_getevents)
454 #define SYS_io_getevents __NR_io_getevents
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h223 #define __NR_io_getevents (__NR_SYSCALL_BASE + 245) macro