HomeSort by relevance Sort by last modified time
    Searched refs:SYS_fork (Results 1 - 10 of 10) sorted by null

  /external/strace/
util.c 1282 # define SYS_fork 2
1314 # ifdef SYS_fork
    [all...]
syscall-android.h 55 #define SYS_fork __NR_fork
strace.c 1281 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 643 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
  /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

Completed in 276 milliseconds