Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/thread/irix/
DSDL_syssem.c54 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/
Dsem.h38 struct sembuf { struct
113 struct sembuf * sops; /* array of pending operations */
Dcompat.h176 long compat_sys_semtimedop(int semid, struct sembuf __user *tsems,
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Common.h69 struct sembuf semBuf;
/external/valgrind/main/none/tests/
Dsem.c13 struct sembuf sop; in main()
/external/strace/
Dipc.c311 struct sembuf sb; in tprint_sembuf()
314 if (umove(tcp, addr + i * sizeof(struct sembuf), &sb) < 0) { in tprint_sembuf()
DChangeLog1229 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/
Dsyswrap-amd64-linux.c839 int, semid, struct sembuf *, sops, unsigned, nsoops); in PRE()
848 int, semid, struct sembuf *, sops, unsigned, nsoops, in PRE()
Dsyswrap-arm-linux.c729 int, semid, struct sembuf *, sops, unsigned, nsoops); in PRE()
774 int, semid, struct sembuf *, sops, unsigned, nsoops, in PRE()
Dsyswrap-darwin.c1296 int, semid, struct sembuf *, sops, vki_size_t, nsoops); in PRE()
/external/valgrind/main/include/vki/
Dvki-darwin.h672 #define vki_sembuf sembuf
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt782 // From linux-2.6.9/include/asm-arm/sembuf.h