HomeSort by relevance Sort by last modified time
    Searched full:fork (Results 76 - 100 of 499) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/freetype/include/freetype/internal/
fttrace.h 39 FT_TRACE_DEF( raccess ) /* resource fork accessor (ftrfork.c) */
  /external/qemu/memcheck/
memcheck_logging.h 44 /* Enables fork() tracing. */
memcheck_proc_management.c 122 * fork we're required to copy parent's allocation descriptors map, as
264 * parent process. However, it seems that "fork" in terms of TRACE_XXX
265 * is not necessarly a strict "fork", but rather new process creation
486 ME("memcheck: FORK(%u, %u): Unable to look up parent process. Current tid=%u",
492 MD("memcheck: FORK(%u, %u): parent %s[pid=%u] is not the current process %s[pid=%u]",
506 T(PROC_FORK, "memcheck: FORK(tgid=%u, new_pid=%u) by %s[pid=%u] (tid=%u)\n",
617 * parent process on fork, or were allocated while process was
  /frameworks/base/cmds/dumpstate/
utils.c 144 pid_t pid = fork();
148 printf("*** fork: %s\n", strerror(errno));
289 gzip_pid = fork();
291 fprintf(stderr, "fork: %s\n", strerror(errno));
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 77 * fork. Override it to initialize threads, etc. Upon return, the
  /external/gtest/src/
gtest-death-test.cc 88 "Instructs to use fork()/_exit() instead of clone() in death tests. "
89 "Ignored and always uses fork() on POSIX systems where clone() is not "
172 msg << "Death tests use fork(), which is unsafe particularly"
877 // The AssumeRole process for a fork-and-run death test. It implements
    [all...]
  /development/apps/Term/jni/
termExec.cpp 101 pid = fork();
103 LOGE("- fork failed: %s -\n", strerror(errno));
  /external/dnsmasq/src/
config.h 201 /* Never use fork() on uClinux. Note that this is subtly different from the
291 /* Can't do scripts without fork */
dnsmasq.c 304 if ((pid = fork()) == -1)
315 /* check for errors after the fork */
328 if ((pid = fork()) == -1)
366 /* if we are to run scripts, we need to fork a helper before dropping root. */
772 die(_("cannot fork into background: %s"), NULL, EC_MISC);
1147 else if (!(daemon->options & OPT_DEBUG) && (p = fork()) != 0)
    [all...]
  /external/strace/
acinclude.m4 61 if ((pid = fork()) == 0) {
136 if ((pid = fork()) == 0) {
  /external/webkit/WebKitTools/Scripts/
parallelcl 170 my $pid = fork();
171 die "Fork failed" unless defined($pid);
  /prebuilt/linux-x86/ccache/
ccache 
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 489 * This is only useful just before a fork().
535 * Prepare the arguments and fork for the system server process.
565 /* Request to fork the system server process */
635 * Runs the zygote in accept-and-fork mode. In this mode, each peer
648 pid = Zygote.fork();
667 throw new RuntimeException("Error invoking fork()");
  /external/dbus/dbus/
dbus-spawn.c 2 /* dbus-spawn.c Wrapper around fork/exec
204 unsigned int have_fork_errnum : 1; /**< True if we have an error code from fork() */
426 _dbus_verbose ("recorded fork errnum %d\n", sitter->errnum);
652 "Failed to fork a new process %s: %s",
1109 pid = fork ();
1115 "Failed to fork (%s)",
1134 grandchild_pid = fork ();
    [all...]
  /external/dbus/bus/
dbus-daemon.1 12 [\-\-print-address[=DESCRIPTOR]] [\-\-print-pid[=DESCRIPTOR]] [\-\-fork]
65 .I "--fork"
66 Force the message bus to fork and become a daemon, even if
195 .I "<fork>"
200 rather than the \-\-fork command line option.
dbus-daemon.1.in 12 [\-\-print-address[=DESCRIPTOR]] [\-\-print-pid[=DESCRIPTOR]] [\-\-fork]
65 .I "--fork"
66 Force the message bus to fork and become a daemon, even if
195 .I "<fork>"
200 rather than the \-\-fork command line option.
main.c 70 fprintf (stderr, DAEMON_NAME " [--version] [--session] [--system] [--config-file=FILE] [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] [--nofork] [--introspect]\n");
266 else if (strcmp (arg, "--fork") == 0)
  /external/netperf/
netserver.c 570 switch (fork())
651 * Since we cannot fork this process , we cant fire any threads
715 switch (fork())
758 /* fork. */
976 /* fork. But hopefully the kernel support will continue to exist */
  /external/bison/
config.h 138 /* Define to 1 if you have the `fork' function. */
291 /* Define to 1 if `fork' works. */
413 /* Define as `fork' if `vfork' does not work. */
config.hin 137 /* Define to 1 if you have the `fork' function. */
290 /* Define to 1 if `fork' works. */
412 /* Define as `fork' if `vfork' does not work. */
  /frameworks/base/cmds/runtime/
main_runtime.cpp 315 pid_t child = fork();
318 LOGE("*** fork of child %s failed: %s", leaf.string(), strerror(err));
501 false /* spontaneously fork system server from zygote */);
  /system/core/adb/
adb.c 737 "adb fork-server server",
738 /* the fork-server argument will set the
787 pid_t pid = fork();
791 // child side of the fork
800 int result = execl(path, "adb", "fork-server", "server", NULL);
804 // parent side of the fork
  /system/core/sh/
eval.c 547 * we fork off a subprocess and get the output of the command via a pipe.
828 /* Fork off a child process if necessary. */
889 /* We need to progress in a normal fork fashion */
919 /* This is the child process if a fork occurred. */
1071 if (mode == FORK_FG) { /* argument to fork */
1095 * Search for a command. This is called before we fork so that the
  /dalvik/libcore/luni-kernel/src/main/native/
java_lang_ProcessManager.cpp 206 pid_t childPid = fork();
208 // If fork() failed...
  /external/bluetooth/bluez/test/
scotest.c 174 if (fork()) {
316 if (fork())

Completed in 1348 milliseconds

1 2 34 5 6 7 8 91011>>