Searched refs:sembuf (Results 1 – 12 of 12) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/ |
D | 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/kernel-headers/original/linux/ |
D | sem.h | 38 struct sembuf { struct 113 struct sembuf * sops; /* array of pending operations */
|
D | compat.h | 176 long compat_sys_semtimedop(int semid, struct sembuf __user *tsems,
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Common.h | 69 struct sembuf semBuf;
|
/external/valgrind/main/none/tests/ |
D | sem.c | 13 struct sembuf sop; in main()
|
/external/strace/ |
D | ipc.c | 311 struct sembuf sb; in tprint_sembuf() 314 if (umove(tcp, addr + i * sizeof(struct sembuf), &sb) < 0) { in tprint_sembuf()
|
D | ChangeLog | 1229 Enhance semop()/semtimedop() sembuf parser 1230 * ipc.c (tprint_sembuf): New function. Move sembuf parser code here, 1236 Add pretty printing of sembuf argument to semop() and semtimedop() 1238 (sys_semop, sys_semtimedop): Add pretty printing of sembuf argument.
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-amd64-linux.c | 839 int, semid, struct sembuf *, sops, unsigned, nsoops); in PRE() 848 int, semid, struct sembuf *, sops, unsigned, nsoops, in PRE()
|
D | syswrap-arm-linux.c | 729 int, semid, struct sembuf *, sops, unsigned, nsoops); in PRE() 774 int, semid, struct sembuf *, sops, unsigned, nsoops, in PRE()
|
D | syswrap-darwin.c | 1296 int, semid, struct sembuf *, sops, vki_size_t, nsoops); in PRE()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 672 #define vki_sembuf sembuf
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 782 // From linux-2.6.9/include/asm-arm/sembuf.h
|