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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/doc/
busconfig.dtd 3 fork |
21 <!ELEMENT fork EMPTY>
  /external/freetype/include/freetype/internal/
ftrfork.h 58 /* Guess a file name and offset where the actual resource fork is */
69 /* A file stream containing the resource fork. */
72 /* The (base) file name of the resource fork used for some */
83 /* offset of the possible start of the resource fork in file */
106 /* Get the information from the header of resource fork. The */
116 /* A file stream containing the resource fork. */
119 /* The file offset where the resource fork starts. */
145 /* Get the data offsets for a tag in a resource fork. Offsets are */
147 /* fork have the same tag. */
154 /* A file stream containing the resource fork. *
    [all...]
  /system/extras/tests/cpueater/
cpueater.c 34 switch(fork()) {
44 /* fork again to fully detach from controlling terminal. */
45 switch(pid = fork()) {
daemonize.c 84 switch(pid = fork()) {
104 switch(pid = fork()) {
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 21 * be partially initialized and then fork()'d from the partially initialized
59 native public static int fork(); method in class:Zygote
67 * fork()ing and and before spawning any threads.
69 * fork()ing and and before spawning any threads.
71 * setgroups() to after fork and before spawning any threads.
102 * fork()ing and and before spawning any threads.
104 * fork()ing and and before spawning any threads.
106 * setgroups() to after fork and before spawning any threads.
  /external/kernel-headers/original/asm-generic/
mman.h 35 #define MADV_DONTFORK 10 /* don't inherit across fork */
36 #define MADV_DOFORK 11 /* do inherit across fork */
  /external/e2fsprogs/lib/
fpopen.c 95 /* Fork and execute the correct program. */
96 if ((pid = fork()) < 0) {
97 perror("fork");
  /external/bluetooth/bluez/compat/
hidd.1 19 Don't fork daemon to background
  /bionic/libc/bionic/
fork.c 33 int fork(void) function
37 /* Posix mandates that the timers of a fork child process be
  /external/oprofile/libop/
op_interface.h 20 /** fork(),vfork(),clone() */
58 * Data type used by the module to notify daemon of fork/exit/mapping etc.
  /dalvik/vm/native/
dalvik_system_Zygote.c 113 * we can fork() and exec() for the verifier/optimizer, and we
116 * This ends up being called repeatedly before each fork(), but there's
224 /* native public static int fork(); */
238 LOGE("pre-fork heap failed\n");
245 pid = fork();
328 * Utility routine to fork zygote and specialize the child process.
348 LOGE("pre-fork heap failed\n");
355 pid = fork();
461 { "fork", "()I",
  /dalvik/libcore/dom/src/test/resources/
build.xml 69 <java classname="junit.textui.TestRunner" fork="yes">
88 <java classname="junit.awtui.TestRunner" fork="yes">
98 <java classname="junit.swingui.TestRunner" fork="yes">
  /external/dbus/bus/
system.conf.in 20 <!-- Fork into daemon mode -->
21 <fork/>
  /external/dbus/test/data/valid-config-files/
system.conf 20 <!-- Fork into daemon mode -->
21 <fork/>
  /external/ppp/pppd/plugins/
passprompt.c 45 if ((kid = fork()) == (pid_t) -1) {
46 warn("Can't fork to run %s", promptprog);
  /system/netd/
PanController.cpp 68 if ((pid = fork()) < 0) {
69 LOGE("fork failed (%s)", strerror(errno));
  /dalvik/vm/
Init.h 32 * Enable Java programming language assert statements after the Zygote fork.
  /external/clearsilver/util/
neo_server.c 162 child = fork();
165 err = nerr_raise_errno(NERR_SYSTEM, "Unable to fork child");
202 child = fork();
205 err = nerr_raise_errno(NERR_SYSTEM, "Unable to fork child");
  /external/dbus/dbus/
dbus-spawn.h 2 /* dbus-spawn.h Wrapper around fork/exec
  /external/qemu/hw/
goldfish_trace.c 63 case TRACE_DEV_REG_TGID: // save the tgid for the following fork/clone
71 case TRACE_DEV_REG_FORK: // fork, fork new pid
75 printf("QEMU.trace: kernel, fork %u\n", value);
84 case TRACE_DEV_REG_CLONE: // fork, clone new pid (i.e. thread)
  /external/dbus/tools/
dbus-launch.c 497 /* We chdir ("/") since we are persistent and daemon-like, and fork
532 ret = fork ();
536 fprintf (stderr, "fork() failed in babysitter: %s\n",
543 /* Parent reaps pre-fork part of bus daemon, then exits and is
825 ret = fork ();
828 fprintf (stderr, "Failed to fork: %s\n",
842 /* Fork once more to create babysitter */
844 ret = fork ();
847 fprintf (stderr, "Failed to fork: %s\n",
863 /* babysit() will fork *again
    [all...]
  /bionic/libc/docs/
SYSV-IPC.TXT 52 int ret = fork();
56 perror("fork:");
  /external/bluetooth/glib/tests/
timeloop-basic.c 131 pid = fork ();
153 fprintf (stderr,"Cannot fork: %s\n", strerror (errno));
timeloop-closure.c 148 pid = fork ();
171 fprintf (stderr, "Cannot fork: %s\n", g_strerror (errno));
timeloop.c 146 pid = fork ();
167 fprintf (stderr, "Cannot fork: %s\n", g_strerror (errno));

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 91011>>