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

  /bionic/libc/arch-arm/syscalls/
vfork.S 6 ENTRY(vfork) function
15 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 4 /* Get rid of the stack modifications (popl/ret) after vfork() success.
5 * vfork is VERY sneaky. One has to be very careful about what can be done
6 * between a successful vfork and a a subsequent execve()
9 ENTRY(vfork) function
22 END(vfork)
  /external/clang/test/Sema/
builtins-gnu-mode.c 16 int vfork; variable
  /external/bison/lib/
spawni.c 77 # define vfork __vfork macro
153 "variable 'flags' might be clobbered by 'longjmp' or 'vfork'" */
159 /* If no major work is done, allow using vfork. Note that we
167 new_pid = vfork ();

Completed in 1249 milliseconds