OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYS_semop
(Results
1 - 6
of
6
) sorted by null
/external/strace/linux/
syscall.h
243
int sys_semget(), sys_semctl(),
sys_semop
();
259
# undef
SYS_semop
355
#define
SYS_semop
(SYS_semsys_subcall + 2)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h
283
#define
SYS_semop
__NR_semop
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
283
#define
SYS_semop
__NR_semop
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h
283
#define
SYS_semop
__NR_semop
/bionic/libc/include/sys/
glibc-syscalls.h
239
#define
SYS_semop
__NR_semop
593
#define
SYS_semop
__NR_semop
[
all
...]
/external/strace/
syscall.c
522
{ SYS_semsys, 4, { SYS___semctl, SYS_semget,
SYS_semop
, SYS_semconfig } },
524
{ SYS_semsys, 3, { SYS___semctl, SYS_semget,
SYS_semop
} },
[
all
...]
Completed in 31 milliseconds