Home
last modified time | relevance | path

Searched defs:sops (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop.h10 static inline int sys_semtimedop(int semid, struct sembuf *sops, size_t nsops, in sys_semtimedop()
16 static inline int sys_semtimedop_time64(int semid, struct sembuf *sops, in sys_semtimedop_time64()
35 struct sembuf *sops, size_t nsops, void *timeout) in call_semop()
Dsemop01.c23 static struct sembuf sops[PSEMS]; variable
/third_party/musl/libc-test/src/functional/
Dipc_sem.c38 struct sembuf sops; in inc() local
90 struct sembuf sops; in dec() local
/third_party/ltp/include/
Dtst_safe_sysv_ipc.h70 #define SAFE_SEMOP(semid, sops, nsops) \ argument
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl01.c28 static struct sembuf sops; variable
/third_party/ltp/lib/
Dtst_safe_sysv_ipc.c257 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops, in safe_semop()
/third_party/alsa-lib/modules/mixer/simple/
Dsbase.h40 struct sm_elem_ops *sops; member