HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_VFORK (Results 1 - 25 of 49) sorted by null

1 2

  /bionic/libc/arch-arm64/bionic/
vfork.S 40 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
  /external/strace/xlat/
clone_flags.h 20 #if !(defined(CLONE_VFORK) || (defined(HAVE_DECL_CLONE_VFORK) && HAVE_DECL_CLONE_VFORK))
21 # define CLONE_VFORK 0x00004000
86 XLAT(CLONE_VFORK),
  /bionic/libc/arch-mips/bionic/
vfork.S 49 li $a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /bionic/libc/arch-mips64/bionic/
vfork.S 56 LI $a0, (CLONE_VM | CLONE_VFORK | SIGCHLD)
  /bionic/libc/kernel/uapi/linux/
sched.h 27 #define CLONE_VFORK 0x00004000
  /external/kernel-headers/original/uapi/linux/
sched.h 14 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
  /external/ltp/testcases/kernel/syscalls/clone/
clone05.c 21 * Call clone() with CLONE_VFORK flag set. verify that
59 TEST(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL,
  /external/valgrind/none/tests/linux/
clonev.c 54 SIGCHLD | CLONE_VFORK | CLONE_VM, NULL);
  /bionic/libc/bionic/
clone.cpp 95 if (!(flags & (CLONE_VM|CLONE_VFORK))) {
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 94 CLONE_VFORK = 0x00004000
IN.py 192 CLONE_VFORK = 0x00004000
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 94 CLONE_VFORK = 0x00004000
IN.py 192 CLONE_VFORK = 0x00004000
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 94 CLONE_VFORK = 0x00004000
IN.py 192 CLONE_VFORK = 0x00004000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 48 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 48 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to
  /external/minijail/linux-x86/
libconstants.gen.c 119 #ifdef CLONE_VFORK
120 { "CLONE_VFORK", (unsigned long) CLONE_VFORK },
121 #endif // CLONE_VFORK
    [all...]
  /external/strace/
strace.spec 237 - fix CLONE_VFORK handling (#455078)
250 - fix -f tracing of CLONE_VFORK (#455078)
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 79 * the clone system call with flag CLONE_VFORK, but in fact vfork is
811 CLONE_VFORK | CLONE_VM | SIGCHLD, c);
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 155 r1, err1 = rawVforkSyscall(SYS_CLONE, uintptr(SIGCHLD|CLONE_VFORK|CLONE_VM)|sys.Cloneflags)
zerrors_linux_386.go 171 CLONE_VFORK = 0x4000
    [all...]
zerrors_linux_amd64.go 171 CLONE_VFORK = 0x4000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 155 r1, err1 = rawVforkSyscall(SYS_CLONE, uintptr(SIGCHLD|CLONE_VFORK|CLONE_VM)|sys.Cloneflags)

Completed in 287 milliseconds

1 2