Home
last modified time | relevance | path

Searched refs:SEMTIMEDOP (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dipc.h51 #define SEMTIMEDOP 4 macro
/aosp12/bionic/libc/bionic/
H A Dsys_sem.cpp67 return syscall(SYS_ipc, SEMTIMEDOP, id, op_count, 0, ops, ts); in semtimedop()