Searched refs:nsops (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | semtimedop.c | 24 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 …]
|
D | semop.c | 26 semop (int semid, struct sembuf *sops, size_t nsops) in semop() argument 28 return __semtimedop (semid, sops, nsops, NULL); in semop()
|
/glibc-2.36/sysvipc/ |
D | semop.c | 24 semop (int semid, struct sembuf *sops, size_t nsops) in semop() argument
|
D | semtimedop.c | 24 __semtimedop (int semid, struct sembuf *sops, size_t nsops, in __semtimedop() argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/include/sys/ |
D | sem.h | 16 extern int __semtimedop64 (int semid, struct sembuf *sops, size_t nsops,
|
/glibc-2.36/manual/ |
D | ipc.texi | 38 @deftypefun int semop (int @var{semid}, struct sembuf *@var{sops}, size_t @var{nsops}); 43 @deftypefun int semtimedop (int @var{semid}, struct sembuf *@var{sops}, size_t @var{nsops}, const s…
|