HomeSort by relevance Sort by last modified time
    Searched refs:sembuf (Results 1 - 25 of 50) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-arm/asm/
sembuf.h 19 #include <asm-generic/sembuf.h>
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sembuf.h 19 #include <asm-generic/sembuf.h>
  /external/kernel-headers/original/uapi/asm-arm/asm/
sembuf.h 1 #include <asm-generic/sembuf.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
sembuf.h 1 #include <asm-generic/sembuf.h>
  /bionic/tests/headers/posix/
sys_sem_h.c 58 TYPE(struct sembuf);
59 STRUCT_MEMBER(struct sembuf, unsigned short, sem_num);
60 STRUCT_MEMBER(struct sembuf, short, sem_op);
61 STRUCT_MEMBER(struct sembuf, short, sem_flg);
65 FUNCTION(semop, int (*f)(int, struct sembuf*, size_t));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
sem.h 42 struct sembuf struct
59 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW;
63 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
sem.h 42 struct sembuf struct
59 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW;
63 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops,
  /external/ltp/testcases/kernel/syscalls/ipc/semop/
semop02.c 45 struct sembuf s_buf[PSEMS];
54 struct sembuf *t_sbuf;
58 {&sem_id_1, (struct sembuf *)&s_buf, BIGOPS, E2BIG},
59 {&sem_id_2, (struct sembuf *)&s_buf, NSOPS, EACCES},
60 {&sem_id_1, (struct sembuf *)-1, NSOPS, EFAULT},
61 {&sem_id_1, (struct sembuf *)&s_buf, 0, EINVAL},
62 {&bad_id, (struct sembuf *)&s_buf, NSOPS, EINVAL},
63 {&sem_id_1, (struct sembuf *)&s_buf, 1, ERANGE}
semop03.c 60 struct sembuf s_buf;
73 /* initialize two fields in the sembuf structure here */
85 /* initialize the last field in the sembuf */
semop04.c 60 struct sembuf s_buf;
semop01.c 65 struct sembuf sops[PSEMS];
  /bionic/libc/include/sys/
sem.h 56 int semop(int __sem_id, struct sembuf* __ops, size_t __op_count) __INTRODUCED_IN(26);
59 int semtimedop(int __sem_id, struct sembuf* __ops, size_t __op_count, const struct timespec* __timeout) __INTRODUCED_IN(26);
  /bionic/libc/kernel/uapi/linux/
sem.h 42 #include <asm/sembuf.h>
43 struct sembuf { struct
  /external/kernel-headers/original/uapi/linux/
sem.h 36 #include <asm/sembuf.h>
39 struct sembuf { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sem.h 35 #include <asm/sembuf.h>
38 struct sembuf { struct
  /bionic/libc/bionic/
sys_sem.cpp 60 int semop(int id, sembuf* ops, size_t op_count) {
64 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) {
  /external/ltp/testcases/kernel/ipc/semaphore/
sem01.c 52 struct sembuf semops;
66 struct sembuf semops;
sem02.c 68 struct sembuf Psembuf = { 0, -1, SEM_UNDO };
69 struct sembuf Vsembuf = { 0, 1, SEM_UNDO };
  /external/strace/
ipc_sem.c 50 const struct sembuf *sb = elem_buf;
65 struct sembuf sb;
  /external/ltp/testcases/kernel/containers/sysvipc/
sem_comm.c 61 struct sembuf sm;
101 struct sembuf sm;
semtest_2ns.c 59 static struct sembuf semop_lock[2] = {
65 static struct sembuf semop_unlock[1] = {
  /external/valgrind/none/tests/
sem.c 14 struct sembuf sop;
  /external/strace/tests/
semop.c 47 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b);
48 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b2);
  /external/strace/tests-m32/
semop.c 47 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b);
48 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b2);
  /external/strace/tests-mx32/
semop.c 47 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b);
48 TAIL_ALLOC_OBJECT_CONST_PTR(struct sembuf, sem_b2);

Completed in 370 milliseconds

1 2