HomeSort by relevance Sort by last modified time
    Searched refs:fork (Results 201 - 225 of 289) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 505 if ((pid = fork()) == 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/iproute2/misc/
ifstat.c 517 } else if ((pid = fork()) != 0) {
nstat.c 402 } else if ((pid = fork()) != 0) {
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 56 'fork', 'format', 'gets', 'global_variables', 'gsub', 'gsub!',
  /external/linux-tools-perf/
builtin-record.c 532 child_pid = fork();
534 perror("failed to fork");
  /external/openssh/openbsd-compat/
bsd-cray.c 735 if ((child = fork()) == 0) {
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 598 /* fork the app, parent hangs around to clean up */
599 if ((pid = fork()) > 0) {
  /external/v8/src/
d8-posix.cc 268 // This is run in the child process after fork() but before exec(). It normally
489 pid_t pid = fork();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 853 // By default don't fork
870 case 'b': /* Fork to background */
892 // We should fork the daemon to background
894 int i = fork();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 723 extern __pid_t fork (void) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 723 extern __pid_t fork (void) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 723 extern __pid_t fork (void) __THROW;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 281 public void run(boolean fork, boolean cancelable, IRunnableWithProgress runnable)
  /system/core/init/
builtins.c 474 * Call fs_mgr_mount_all() to mount all filesystems. We fork(2) and
479 pid = fork();
499 /* fork failed, return an error */
init.c 235 pid = fork();
  /external/emma/lib/
emma_ant.jar 
  /external/openssh/
sftp.c 276 if ((pid = fork()) == -1)
277 fatal("Couldn't fork: %s", strerror(errno));
    [all...]
session.c 443 * This is called to fork and execute a command when we have no tty. This
500 /* Fork the child. */
501 switch ((pid = fork())) {
503 error("%s: fork: %.100s", __func__, strerror(errno));
637 * This is called to fork and execute a command when we have a tty. This
675 /* Fork the child. */
676 switch ((pid = fork())) {
678 error("%s: fork: %.100s", __func__, strerror(errno));
787 * This is called to fork and execute a command. If another command is
    [all...]
  /external/ppp/pppd/
main.c 804 if ((pid = fork()) < 0) {
805 error("Couldn't detach (fork failed: %m)");
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 18 --child-silent-after-fork=no|yes omit child output between fork & exec? [no]
  /bootable/recovery/updater/
install.c 993 pid_t child = fork();
    [all...]
  /dalvik/vm/analysis/
DexPrepare.cpp 373 pid = fork();
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 192 switch (child_pid = fork()) {
194 plog(LLV_ERROR, LOCATION, NULL, "Cannot fork privsep: %s\n",
452 * Perform fork and execve

Completed in 2701 milliseconds

1 2 3 4 5 6 7 891011>>