Searched refs:__sops (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysvipc/sys/ |
D | sem.h | 67 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW; 72 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops, 76 extern int __REDIRECT_NTH (semtimedop, (int __semid, struct sembuf *__sops,
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/ |
D | ipc_priv.h | 26 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument 27 (__nsops), (__timeout), (__sops)
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | ipc_priv.h | 32 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument 33 (__nsops), 0, (__sops), (__timeout)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | ipc_priv.h | 53 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument 54 (__nsops), 0, (__sops), (__timeout)
|