Home
last modified time | relevance | path

Searched refs:SYS_clone (Results 1 – 7 of 7) sorted by relevance

/external/strace/strace/linux/
Dsyscallent.h155 { 5, TP, sys_clone, "clone", SYS_clone }, /* 120 */
/external/strace/linux/
Dsyscallent.h163 { 5, TP, sys_clone, "clone", SYS_clone }, /* 120 */
/external/strace/
Dsyscall-android.h30 #define SYS_clone __NR_clone macro
Dutil.c1428 || change_syscall(tcp, SYS_clone) < 0
1439 case SYS_clone:
Dprocess.c680 case SYS_clone: new = 120; break;
803 #if defined SYS_clone || defined SYS_clone2 || defined __NR_clone
Dsyscall.c686 #ifdef SYS_clone
687 case SYS_clone:
DChangeLog2783 * syscall.c: use internal_clone to handle SYS_clone