HomeSort by relevance Sort by last modified time
    Searched defs:vfork (Results 1 - 3 of 3) sorted by null

  /bionic/libc/arch-arm/syscalls/
vfork.S 5 ENTRY(vfork) function
14 END(vfork)
  /bionic/libc/arch-x86/bionic/
vfork.S 9 .type vfork, @function
10 .globl vfork
13 /* Get rid of the stack modifications (popl/ret) after vfork() success.
14 * vfork is VERY sneaky. One has to be very careful about what can be done
15 * between a successful vfork and a a subsequent execve()
18 vfork: label
  /external/bison/lib/
subpipe.c 62 # include <vfork.h>
65 # define vfork fork macro
125 pid = vfork ();

Completed in 62 milliseconds