/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
|
/bionic/libc/arch-arm/syscalls/ |
vfork.S | 5 .type vfork, #function 6 .globl vfork 10 vfork: label
|
/bionic/libc/arch-sh/syscalls/ |
vfork.S | 5 .type vfork, @function 6 .globl vfork 9 vfork: label
|
/external/openssl/crypto/des/ |
KERBEROS | 28 if (!vfork()) { 36 if (!vfork()) {
|
/external/oprofile/libop/ |
op_interface.h | 20 /** fork(),vfork(),clone() */
|
/system/core/sh/ |
redir.h | 40 #define REDIR_VFORK 04 /* running under vfork(2), be careful */
|
shell.h | 45 * define DO_SHAREDVFORK to indicate that vfork(2) shares its address
|
eval.c | 854 switch (pid = vfork()) { 856 TRACE(("Vfork failed, errno=%d\n", errno)); 858 error("Cannot vfork"); 862 * after the vfork(2) 866 /* We can't progress with the vfork, 882 handler = savehandler; /* restore from vfork(2) */
|
trap.c | 214 * Clear traps on a fork or vfork. 215 * Takes one arg vfork, to tell it to not be destructive of
|
/bionic/libc/unistd/ |
popen.c | 72 switch (pid = vfork()) { 83 * because vfork() instead of fork(), must leak FILE *, 95 * semantics of vfork.
|
system.c | 57 switch (pid = vfork()) {
|
/external/bison/lib/ |
subpipe.c | 62 # include <vfork.h> 65 # define vfork fork macro 125 pid = vfork ();
|
/external/netperf/ |
config.h | 217 /* Define to 1 if you have the `vfork' function. */ 220 /* Define to 1 if you have the <vfork.h> header file. */ 226 /* Define to 1 if `vfork' works. */ 350 /* Define as `fork' if `vfork' does not work. */ 351 /* #undef vfork */
|
/external/bison/ |
config.h | 273 /* Define to 1 if you have the `vfork' function. */ 276 /* Define to 1 if you have the <vfork.h> header file. */ 294 /* Define to 1 if `vfork' works. */ 413 /* Define as `fork' if `vfork' does not work. */ 414 /* #undef vfork */
|
config.hin | 272 /* Define to 1 if you have the `vfork' function. */ 275 /* Define to 1 if you have the <vfork.h> header file. */ 293 /* Define to 1 if `vfork' works. */ 412 /* Define as `fork' if `vfork' does not work. */ 413 #undef vfork
|
/external/bison/djgpp/ |
config.site | 80 # There is no fork and vfork functionality.
|
/external/netcat/ |
stupidh | 49 sockio wait vfork bsdtypes mkdev utsname sysexits \ 457 # vfork
|
/bionic/libc/include/ |
unistd.h | 55 extern pid_t vfork(void);
|
/external/e2fsprogs/misc/ |
logsave.c | 118 perror("vfork");
|
/external/libpcap/lbl/ |
os-sunos4.h | 188 int vfork(void);
|
/external/tcpdump/lbl/ |
os-sunos4.h | 188 int vfork(void);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 55 extern pid_t vfork(void);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 55 extern pid_t vfork(void);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 55 extern pid_t vfork(void);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
unistd.h | 55 extern pid_t vfork(void);
|