Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dsemtimedop.c24 semtimedop_syscall (int semid, struct sembuf *sops, size_t nsops, in semtimedop_syscall() argument
28 return INLINE_SYSCALL_CALL (semtimedop_time64, semid, sops, nsops, timeout); in semtimedop_syscall()
30 return INLINE_SYSCALL_CALL (semtimedop, semid, sops, nsops, timeout); in semtimedop_syscall()
33 SEMTIMEDOP_IPC_ARGS (nsops, sops, timeout)); in semtimedop_syscall()
39 __semtimedop64 (int semid, struct sembuf *sops, size_t nsops, in __semtimedop64() argument
43 return semtimedop_syscall (semid, sops, nsops, timeout); in __semtimedop64()
48 int r = semtimedop_syscall (semid, sops, nsops, timeout); in __semtimedop64()
62 return INLINE_SYSCALL_CALL (semtimedop, semid, sops, nsops, pts32); in __semtimedop64()
65 SEMTIMEDOP_IPC_ARGS (nsops, sops, pts32)); in __semtimedop64()
73 __semtimedop (int semid, struct sembuf *sops, size_t nsops, in libc_hidden_def()
[all …]
A Dsemop.c26 semop (int semid, struct sembuf *sops, size_t nsops) in semop() argument
28 return __semtimedop (semid, sops, nsops, NULL); in semop()
/sysdeps/unix/sysv/linux/include/sys/
A Dsem.h16 extern int __semtimedop64 (int semid, struct sembuf *sops, size_t nsops,

Completed in 33 milliseconds