Home
last modified time | relevance | path

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

/sysvipc/sys/
A Dsem.h40 struct sembuf struct
67 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW; argument
72 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops,
76 extern int __REDIRECT_NTH (semtimedop, (int __semid, struct sembuf *__sops,
/sysvipc/
A Dsemop.c24 semop (int semid, struct sembuf *sops, size_t nsops) in semop()
A Dsemtimedop.c24 __semtimedop (int semid, struct sembuf *sops, size_t nsops, in __semtimedop()
A Dtest-sysvsem.c107 struct sembuf sb1 = { 0, 1, 0 }; in do_test()
111 struct sembuf sb2 = { 0, -1, 0 }; in do_test()

Completed in 9 milliseconds