Home
last modified time | relevance | path

Searched refs:__sops (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysvipc/sys/
Dsem.h67 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/
Dipc_priv.h26 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument
27 (__nsops), (__timeout), (__sops)
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Dipc_priv.h32 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument
33 (__nsops), 0, (__sops), (__timeout)
/glibc-2.36/sysdeps/unix/sysv/linux/
Dipc_priv.h53 #define SEMTIMEDOP_IPC_ARGS(__nsops, __sops, __timeout) \ argument
54 (__nsops), 0, (__sops), (__timeout)