HomeSort by relevance Sort by last modified time
    Searched refs:sembuf (Results 51 - 63 of 63) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sem.h 41 #include <asm/sembuf.h>
43 struct sembuf { struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sem.h 41 #include <asm/sembuf.h>
43 struct sembuf { struct
  /external/kernel-headers/original/linux/
sem.h 35 #include <asm/sembuf.h>
38 struct sembuf { struct
113 struct sembuf * sops; /* array of pending operations */
compat.h 176 long compat_sys_semtimedop(int semid, struct sembuf __user *tsems,
  /external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_syssem.c 54 static struct sembuf op_trywait[2] = {
57 static struct sembuf op_wait[2] = {
60 static struct sembuf op_post[1] = {
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 69 struct sembuf semBuf;
  /external/valgrind/main/none/tests/
sem.c 13 struct sembuf sop;
  /external/strace/
ipc.c 311 struct sembuf sb;
314 if (umove(tcp, addr + i * sizeof(struct sembuf), &sb) < 0) {
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 855 int, semid, struct sembuf *, sops, unsigned, nsoops);
864 int, semid, struct sembuf *, sops, unsigned, nsoops,
    [all...]
syswrap-arm-linux.c 801 int, semid, struct sembuf *, sops, unsigned, nsoops);
846 int, semid, struct sembuf *, sops, unsigned, nsoops,
    [all...]
syswrap-mips32-linux.c 767 PRE_REG_READ3 (long, "semop", int, semid, struct sembuf *, sops,
813 PRE_REG_READ4 (long, "semtimedop", int, semid, struct sembuf *, sops,
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 672 #define vki_sembuf sembuf

Completed in 176 milliseconds

1 23