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

  /external/strace/linux/
syscallent.h 163 { 5, TP, sys_clone, "clone", SYS_clone }, /* 120 */
  /external/strace/strace/linux/
syscallent.h 155 { 5, TP, sys_clone, "clone", SYS_clone }, /* 120 */
  /external/strace/
syscall-android.h 30 #define SYS_clone __NR_clone
process.c 579 sys_clone(tcp) function
680 case SYS_clone: new = 120; break;
803 #if defined SYS_clone || defined SYS_clone2 || defined __NR_clone
    [all...]
syscall.c 686 #ifdef SYS_clone
687 case SYS_clone:
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 27 #define SYS_clone __NR_clone

Completed in 324 milliseconds