Home
last modified time | relevance | path

Searched refs:SYS_ppoll (Results 1 - 25 of 48) sorted by relevance

12

/third_party/musl/src/select/
H A Dppoll.c16 if (SYS_ppoll == SYS_ppoll_time64 || !IS32BIT(s)) in ppoll()
20 if (SYS_ppoll == SYS_ppoll_time64 || r != -ENOSYS) in ppoll()
24 return syscall_cp(SYS_ppoll, fds, n, in ppoll()
H A Dpoll.c11 #if SYS_ppoll_time64 == SYS_ppoll in poll()
16 return syscall_cp(SYS_ppoll, fds, n, timeout>=0 ? in poll()
/third_party/musl/src/unistd/
H A Dpause.c9 return syscall_cp(SYS_ppoll, 0, 0, 0, 0); in pause()
/third_party/musl/porting/linux/user/src/env/
H A D__libc_start_main.c51 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
/third_party/musl/src/env/
H A D__libc_start_main.c53 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__libc_start_main.c50 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
H A D__libc_start_main.c51 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
/third_party/musl/arch/x32/
H A Dsyscall_arch.h82 #define SYS_ppoll_time64 SYS_ppoll
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h285 #ifndef SYS_ppoll
286 #define SYS_ppoll SYS_ppoll_time64 macro
/third_party/musl/src/internal/
H A Dsyscall.h300 #ifndef SYS_ppoll
301 #define SYS_ppoll SYS_ppoll_time64 macro
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h294 #ifndef SYS_ppoll
295 #define SYS_ppoll SYS_ppoll_time64 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h716 #define SYS_ppoll 336 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs350 pub const SYS_ppoll: ::c_long = 271; consts
H A Dx32.rs292 pub const SYS_ppoll: ::c_long = __X32_SYSCALL_BIT + 271; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dmod.rs178 pub const SYS_ppoll: ::c_long = 73; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/
H A Dmod.rs136 pub const SYS_ppoll: ::c_long = 73; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs443 pub const SYS_ppoll: ::c_long = 336; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs562 pub const SYS_ppoll: ::c_long = 4000 + 302; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs500 pub const SYS_ppoll: ::c_int = 73; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs462 pub const SYS_ppoll: ::c_long = 309; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs338 pub const SYS_ppoll: ::c_long = 73; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs706 pub const SYS_ppoll: ::c_long = 281; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs454 pub const SYS_ppoll: ::c_long = 4000 + 302; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs758 pub const SYS_ppoll: ::c_long = 298; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs682 pub const SYS_ppoll: ::c_long = 73; consts

Completed in 34 milliseconds

12