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

  /bionic/libc/arch-arm/syscalls/
vfork.S 5 ENTRY(vfork) function
14 END(vfork)
  /bionic/libc/arch-mips/bionic/
vfork.S 33 /* int vfork() implemented using clone() */
35 .type vfork, @function
36 .global vfork
38 .ent vfork
39 vfork: label
56 .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 45 milliseconds