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

  /bionic/libc/include/sys/
glibc-syscalls.h 29 #define SYS_clone __NR_clone
374 #define SYS_clone __NR_clone
729 #define SYS_clone __NR_clone
    [all...]
  /external/strace/linux/i386/
syscallent.h 151 { 5, TP, sys_clone, "clone", SYS_clone }, /* 120 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 27 #define SYS_clone __NR_clone
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 27 #define SYS_clone __NR_clone
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 27 #define SYS_clone __NR_clone
  /external/strace/
util.c 1483 static int clone_scno[SUPPORTED_PERSONALITIES] = { SYS_clone };
1499 if (sysent[i].sys_func == sys_clone) {
    [all...]
process.c 632 sys_clone(tcp) function
750 case SYS_clone:
880 if (sysent[tcp->scno].sys_func == sys_clone)
940 if ((sysent[tcp->scno].sys_func == sys_clone) &&
    [all...]

Completed in 476 milliseconds