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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
sem.h 41 #include <asm/sembuf.h>
43 struct sembuf { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
sem.h 41 #include <asm/sembuf.h>
43 struct sembuf { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
sem.h 41 #include <asm/sembuf.h>
43 struct sembuf { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
sem.h 41 #include <asm/sembuf.h>
43 struct sembuf { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
sem.h 41 #include <asm/sembuf.h>
43 struct sembuf { struct
  /prebuilts/ndk/android-ndk-r7/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.12/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 839 int, semid, struct sembuf *, sops, unsigned, nsoops);
848 int, semid, struct sembuf *, sops, unsigned, nsoops,
    [all...]
syswrap-arm-linux.c 729 int, semid, struct sembuf *, sops, unsigned, nsoops);
774 int, semid, struct sembuf *, sops, unsigned, nsoops,
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 672 #define vki_sembuf sembuf

Completed in 896 milliseconds

12