Home
last modified time | relevance | path

Searched refs:SYS_semtimedop (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/ipc/
Dsemtimedop.c10 #if !defined(SYS_semtimedop) && !defined(SYS_ipc)
30 #elif defined(SYS_semtimedop) in semtimedop()
31 return syscall(SYS_semtimedop, id, buf, n, ts); in semtimedop()
/third_party/musl/arch/x32/
Dsyscall_arch.h86 #define SYS_semtimedop_time64 SYS_semtimedop
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h692 #define SYS_semtimedop 312 macro