/external/strace/ |
util.c | 1278 # define SYS_fork 2 1310 # ifdef SYS_fork 1509 # ifdef SYS_fork [all...] |
strace.c | 1278 praddset (&syscalls, SYS_fork); [all...] |
process.c | 481 sys_fork(struct tcb *tcp) function 685 sys_fork(tcp) function 749 break; /* x86 SYS_fork */ 981 if (change_syscall(tcp, SYS_fork) < 0) [all...] |
syscall.c | 639 if ( sys_fork == func [all...] |
/external/strace/linux/ |
syscall.h | 36 int sys_setup(), sys_exit(), sys_fork(), sys_read(), sys_write(); 302 # define SYS_fork 2
|
/bionic/libc/include/sys/ |
glibc-syscalls.h | 63 #define SYS_fork __NR_fork 409 #define SYS_fork __NR_fork 765 #define SYS_fork __NR_fork [all...] |
/external/strace/linux/i386/ |
syscallent.h | 33 { 0, TP, sys_fork, "fork", SYS_fork }, /* 2 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
syscall.h | 55 #define SYS_fork __NR_fork
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
syscall.h | 55 #define SYS_fork __NR_fork
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
syscall.h | 55 #define SYS_fork __NR_fork
|
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |