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

1 2 3 4 5 6

  /bionic/libc/bionic/
fork.c 34 int fork(void) function
38 /* Posix mandates that the timers of a fork child process be
  /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()) {
  /bionic/libc/unistd/
daemon.c 56 pid = fork();
  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 21 * be partially initialized and then fork()'d from the partially initialized
58 native public static int fork(); method in class:Zygote
66 * fork()ing and and before spawning any threads.
68 * fork()ing and and before spawning any threads.
70 * setgroups() to after fork and before spawning any threads.
101 * fork()ing and and before spawning any threads.
103 * fork()ing and and before spawning any threads.
105 * setgroups() to after fork and before spawning any threads.
  /device/samsung/crespo/
setup_fs.c 38 child = fork();
40 fprintf(stderr,"error: fork failed\n");
  /external/e2fsprogs/lib/
fpopen.c 95 /* Fork and execute the correct program. */
96 if ((pid = fork()) < 0) {
97 perror("fork");
  /external/e2fsprogs/lib/ss/
pager.c 81 switch(fork()) {
100 #else /* don't fork */
  /external/ppp/pppd/plugins/
passprompt.c 45 if ((kid = fork()) == (pid_t) -1) {
46 warn("Can't fork to run %s", promptprog);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/
StubProjectWizard.java 109 public void run(boolean fork, boolean cancelable,
  /system/netd/
PanController.cpp 68 if ((pid = fork()) < 0) {
69 LOGE("fork failed (%s)", strerror(errno));
PppController.cpp 75 if ((pid = fork()) < 0) {
76 LOGE("fork failed (%s)", strerror(errno));
  /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/bison/lib/
subpipe.c 65 # define vfork fork
93 /* System V fork+wait does not work if SIGCHLD is ignored. */
128 "fork");
  /external/blktrace/btt/
bno_plot.py 115 pid = os.fork()
  /external/dropbear/
cli-authpasswd.c 67 pid = fork();
70 TRACE(("fork error"))
compat.c 165 switch (fork()) {
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
dbg_module.c 109 debug_module_process_pid = fork();
  /external/bluetooth/glib/tests/
child-test.c 80 pid = fork ();
  /system/core/libctest/
ctest.c 90 pid_t pid = fork();
98 fprintf(stderr, "Fork failed.");
  /system/core/logwrapper/
logwrapper.c 153 pid = fork();
155 fatal("Failed to fork\n");
  /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(); */
237 LOGE("pre-fork heap failed\n");
244 pid = fork();
355 * Utility routine to fork zygote and specialize the child process.
390 LOGE("pre-fork heap failed\n");
397 pid = fork();
516 { "fork", "()I",
  /external/e2fsprogs/misc/
logsave.c 116 pid = fork();
240 pid = fork();
242 perror("fork");
  /bionic/libc/include/
unistd.h 54 extern pid_t fork(void);
  /bootable/recovery/
install.c 111 pid_t pid = fork();

Completed in 372 milliseconds

1 2 3 4 5 6