Home
last modified time | relevance | path

Searched refs:SYS_ppoll_time64 (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/select/
H A Dppoll.c14 #ifdef SYS_ppoll_time64 in ppoll()
16 if (SYS_ppoll == SYS_ppoll_time64 || !IS32BIT(s)) in ppoll()
17 r = __syscall_cp(SYS_ppoll_time64, fds, n, in ppoll()
20 if (SYS_ppoll == SYS_ppoll_time64 || r != -ENOSYS) in ppoll()
H A Dpoll.c11 #if SYS_ppoll_time64 == SYS_ppoll in poll()
/third_party/musl/arch/x32/
H A Dsyscall_arch.h82 #define SYS_ppoll_time64 SYS_ppoll macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dsyscall.h286 #define SYS_ppoll SYS_ppoll_time64
/third_party/musl/src/internal/
H A Dsyscall.h301 #define SYS_ppoll SYS_ppoll_time64
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h295 #define SYS_ppoll SYS_ppoll_time64

Completed in 4 milliseconds