Home
last modified time | relevance | path

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

12

/external/musl/include/sys/
Dsem.h49 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/
Dsemop.h10 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()
Dsemop02.c34 static struct sembuf *faulty_buf;
44 struct sembuf **buf;
114 struct sembuf buf = { in run()
119 struct sembuf *ptr = &buf; in run()
Dsemop01.c23 static struct sembuf sops[PSEMS];
Dsemop03.c39 struct sembuf s_buf = { in do_child()
/external/ltp/include/
Dtime64_variants.h25 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);
Dtst_safe_sysv_ipc.h68 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops,
/external/ltp/testcases/kernel/containers/sysvipc/
Dsem_comm.c39 struct sembuf sm = { in chld1_sem()
66 struct sembuf sm = { in chld2_sem()
Dsemtest_2ns.c46 struct sembuf sm = { in check_sem1()
72 struct sembuf sm = { in check_sem2()
/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c506 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/
Dsem02.c67 struct sembuf Psembuf = { 0, -1, SEM_UNDO };
68 struct sembuf Vsembuf = { 0, 1, SEM_UNDO };
Dsem01.c51 struct sembuf semops; in semup()
65 struct sembuf semops; in semdown()
/external/strace/
Dipc_sem.c50 const struct sembuf *sb = elem_buf; in print_sembuf()
65 struct sembuf sb; in tprint_sembuf_array()
/external/strace/tests-m32/
Dsemop.c47 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/
Dsemop.c47 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/
Dsemop.c47 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/
Dsemop.c5 int semop(int id, struct sembuf *buf, size_t n) in semop()
Dsemtimedop.c16 int semtimedop(int id, struct sembuf *buf, size_t n, const struct timespec *ts) in semtimedop()
/external/musl/compat/time32/
Dsemtimedop_time32.c6 int __semtimedop_time32(int id, struct sembuf *buf, size_t n, const struct timespec32 *ts32) in __semtimedop_time32()
/external/kernel-headers/original/uapi/linux/
Dsem.h40 struct sembuf { struct
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl06.c77 static struct sembuf semops[NSEMS];
Dsemctl01.c28 static struct sembuf sops;
/external/ltp/lib/
Dtst_safe_sysv_ipc.c266 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops, in safe_semop()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs423 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/
Dmod.rs165 pub struct sembuf {

12