/external/musl/include/sys/ |
D | sem.h | 49 struct sembuf { struct 57 int semop(int, struct sembuf *, size_t); argument 60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
|
/external/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop.h | 10 static inline int sys_semtimedop(int semid, struct sembuf *sops, size_t nsops, in sys_semtimedop() 16 static inline int sys_semtimedop_time64(int semid, struct sembuf *sops, in sys_semtimedop_time64() 35 struct sembuf *sops, size_t nsops, void *timeout) in call_semop()
|
D | semop02.c | 34 static struct sembuf *faulty_buf; 44 struct sembuf **buf; 114 struct sembuf buf = { in run() 119 struct sembuf *ptr = &buf; in run()
|
D | semop01.c | 23 static struct sembuf sops[PSEMS];
|
D | semop03.c | 39 struct sembuf s_buf = { in do_child()
|
/external/ltp/include/ |
D | time64_variants.h | 25 struct sembuf; 53 int (*semop)(int semid, struct sembuf *sops, size_t nsops); 54 int (*semtimedop)(int semid, struct sembuf *sops, size_t nsops, void *timeout);
|
D | tst_safe_sysv_ipc.h | 68 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops,
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | sem_comm.c | 39 struct sembuf sm = { in chld1_sem() 66 struct sembuf sm = { in chld2_sem()
|
D | semtest_2ns.c | 46 struct sembuf sm = { in check_sem1() 72 struct sembuf sm = { in check_sem2()
|
/external/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 506 struct sembuf sem_op; in do_child() 525 sem_op = (struct sembuf) { in do_child() 585 sem_op = (struct sembuf) { in do_child() 621 struct sembuf sem_op; in do_parent() 635 sem_op = (struct sembuf) { in do_parent() 642 sem_op = (struct sembuf) { in do_parent()
|
/external/ltp/testcases/kernel/ipc/semaphore/ |
D | sem02.c | 67 struct sembuf Psembuf = { 0, -1, SEM_UNDO }; 68 struct sembuf Vsembuf = { 0, 1, SEM_UNDO };
|
D | sem01.c | 51 struct sembuf semops; in semup() 65 struct sembuf semops; in semdown()
|
/external/strace/ |
D | ipc_sem.c | 50 const struct sembuf *sb = elem_buf; in print_sembuf() 65 struct sembuf sb; in tprint_sembuf_array()
|
/external/strace/tests-m32/ |
D | semop.c | 47 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b); in main() 48 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b2); in main()
|
/external/strace/tests-mx32/ |
D | semop.c | 47 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b); in main() 48 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b2); in main()
|
/external/strace/tests/ |
D | semop.c | 47 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b); in main() 48 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b2); in main()
|
/external/musl/src/ipc/ |
D | semop.c | 5 int semop(int id, struct sembuf *buf, size_t n) in semop()
|
D | semtimedop.c | 16 int semtimedop(int id, struct sembuf *buf, size_t n, const struct timespec *ts) in semtimedop()
|
/external/musl/compat/time32/ |
D | semtimedop_time32.c | 6 int __semtimedop_time32(int id, struct sembuf *buf, size_t n, const struct timespec32 *ts32) in __semtimedop_time32()
|
/external/kernel-headers/original/uapi/linux/ |
D | sem.h | 40 struct sembuf { struct
|
/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
D | semctl06.c | 77 static struct sembuf semops[NSEMS];
|
D | semctl01.c | 28 static struct sembuf sops;
|
/external/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 266 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops, in safe_semop()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 423 pub struct sembuf { 1872 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop() argument
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 165 pub struct sembuf {
|